Build the makedefs program static to avoid trying to use the shared

loader before it has been installed in an aout to elf transition build.
This commit is contained in:
John Birrell 1998-08-15 07:56:07 +00:00
parent e4b6f0d19f
commit 4912e23d67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38325

View File

@ -26,7 +26,7 @@ hack.onames.h: makedefs def.objects.h
./makedefs ${.CURDIR}/def.objects.h > hack.onames.h
makedefs: makedefs.o
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
beforeinstall:
${INSTALL} -c -o bin -g bin -m ${NOBINMODE} /dev/null \