]> Zhao Yanbai Git Server - minix.git/commitdiff
sed: unbreak crosscompilation
authorThomas Veerman <thomas@minix3.org>
Thu, 21 Jun 2012 14:07:59 +0000 (14:07 +0000)
committerThomas Veerman <thomas@minix3.org>
Thu, 21 Jun 2012 14:07:59 +0000 (14:07 +0000)
tools/sed/Makefile
usr.bin/sed/Makefile

index c523f33e6d462148078f849d4d965bdd7bc0441d..1a6e90a30482f152d2e6b9c84f80b6dccc3c61f5 100644 (file)
@@ -2,5 +2,6 @@
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}sed
 HOST_SRCDIR=   usr.bin/sed
+SYMLINKS=      # defined so usr.bin/sed/Makefile does not set it
 
 .include "${.CURDIR}/../Makefile.host"
index 8ab716a1dace83217c60ede4143b0e192f0fac9f..82d93ea21c81e913960c7f90f56bf0b3c492f3a0 100644 (file)
@@ -6,6 +6,6 @@
 PROG=  sed
 SRCS=  compile.c main.c misc.c process.c
 
-SYMLINKS=    ${BINDIR}/sed /bin/sed
+SYMLINKS?=    ${BINDIR}/sed /bin/sed
 
 .include <bsd.prog.mk>