1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116891

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}