From 4912e23d6777609428b9c838dd3e6646f1c9faf5 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sat, 15 Aug 1998 07:56:07 +0000 Subject: [PATCH] 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. --- games/hack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/hack/Makefile b/games/hack/Makefile index 5f0cf3162e5f..3c308f048070 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -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 \