Add missing quote after cut/paste error in last commit. :-(

This commit is contained in:
Peter Wemm 2003-06-26 20:34:08 +00:00
parent 3a8c99f73f
commit fc369c7cd9

View File

@ -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}