From 72446d9a3a44730db6102bd8d60d3a45079270a7 Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 15 Aug 1998 07:56:07 +0000 Subject: 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(-) (limited to 'games') diff --git a/games/hack/Makefile b/games/hack/Makefile index 5f0cf31..3c308f0 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 \ -- cgit v1.1