From fc15f74a8b3f183c08d1da78311f9fc5ca14ab31 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 13 Dec 1996 14:19:00 +0000 Subject: [PATCH] Made `setup' depend on libraries. --- games/adventure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/adventure/Makefile b/games/adventure/Makefile index ec9f4e92c22..3c2a5433b42 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -10,7 +10,7 @@ CLEANFILES+=setup data.c data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c -setup: setup.c hdr.h +setup: setup.c hdr.h ${LIBCRT0} ${LIBC} ${CC} -o setup ${.CURDIR}/setup.c .include