diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 20:34:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-06-26 20:34:08 +0000 |
| commit | fc369c7cd99659889a11c80835fdd630b2a04805 (patch) | |
| tree | 2c903c65f9d4c69a6aeae60d1a7d6d9bc23d1f73 | |
| parent | 3a8c99f73f5094c44b39d49f432bb0e45211cb68 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index 92574e244ba3..0e7f760003e7 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -144,7 +144,7 @@ tconfig.h: echo 'typedef union tree_node *tree;' >> ${.TARGET} echo '' >> ${.TARGET} .if ${TARGET_ARCH} == "amd64" - echo '#include "i386/biarch64.h" >> ${.TARGET} + echo '#include "i386/biarch64.h"' >> ${.TARGET} .endif .if ${TARGET_ARCH} == "ia64" echo '#define TARGET_CPU_DEFAULT (MASK_GNU_AS|MASK_GNU_LD)' >>${.TARGET} |
