summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-06-26 20:34:08 +0000
committerpeter <peter@FreeBSD.org>2003-06-26 20:34:08 +0000
commitd850f7cbba61d87350374078e100750966b83126 (patch)
tree2c903c65f9d4c69a6aeae60d1a7d6d9bc23d1f73 /gnu
parent1af2e8da3d2ba2598b85b1edeac7a55e92122e90 (diff)
downloadFreeBSD-src-d850f7cbba61d87350374078e100750966b83126.zip
FreeBSD-src-d850f7cbba61d87350374078e100750966b83126.tar.gz
Add missing quote after cut/paste error in last commit. :-(
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile2
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 92574e2..0e7f760 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}
OpenPOWER on IntegriCloud