From 359dfc6cd416e5340efab579702ccd89df6579ad Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 13 May 1997 07:26:19 +0000 Subject: [PATCH] Remove explicit rule for setup. This effectively deletes revisions 1.2 and 1.3 as well. --- games/adventure/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/games/adventure/Makefile b/games/adventure/Makefile index d661d527942..f7b7cd2959d 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -10,7 +10,4 @@ CLEANFILES+=setup data.c data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c -setup: setup.c hdr.h ${LIBCRT0} ${LIBC} - ${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c - .include