diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-04-08 15:11:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-04-08 15:11:44 +0000 |
| commit | 982be68f85770dc5dde95b28edc377dd562f7b7a (patch) | |
| tree | 31221b9dcee1e311854b30e778b859a5844b1627 /gnu | |
| parent | 5e0abc7b6f413207044dc473166e6df8b17be69b (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index feb94e8c455f7..c5cc2115f6c9c 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.21 1999/04/08 09:57:51 obrien Exp $ +# $Id: Makefile,v 1.22 1999/04/08 12:26:07 obrien Exp $ # # @@ -158,9 +158,8 @@ tm.h: .endif multilib.h: genmultilib - echo 'static char *multilib_raw[] = {"aout maout;elf !maout;", NULL};' > multilib.h - echo 'static char *orig_port_multilib_raw[] = {".;", NULL};' >> multilib.h - echo 'static char *multilib_matches_raw[] = {NULL};' >> multilib.h + echo 'static char *multilib_raw[] = {"aout maout;", "elf !maout;", NULL};' > multilib.h + echo 'static char *multilib_matches_raw[] = {"maout maout;", "melf melf;", NULL};' >> multilib.h echo 'static char *multilib_extra = "";' >> multilib.h #----------------------------------------------------------------------- |
