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:
parent
e4b6f0d19f
commit
4912e23d67
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user