diff options
| -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} |
