From b3763a1e5f13eebeab8051e76054b17a5a116b1b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 26 Aug 1994 16:08:07 +0000 Subject: Formerly Makefile.~5~ --- bsdfsck/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile index a4d8e2fb..b6487f8a 100644 --- a/bsdfsck/Makefile +++ b/bsdfsck/Makefile @@ -26,10 +26,4 @@ target = fsck include ../Makeconf -all: fsck.native - -fsck.native: $(addprefix native-,$(OBJS)) - rsh $(mighost) -n cd `pwd` \; gcc $^ -o $@ - -native-%.o: %.c - rsh $(mighost) -n cd `pwd` \; gcc -c $^ -o $@ +$(OBJS): fsck.h \ No newline at end of file -- cgit v1.2.3