diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-08-26 16:08:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-08-26 16:08:07 +0000 |
commit | b3763a1e5f13eebeab8051e76054b17a5a116b1b (patch) | |
tree | a47580a583b771ad38223164ab644f4168f9faec /bsdfsck | |
parent | 47a344ec501feff828bddd47947097744927e0e6 (diff) |
Formerly Makefile.~5~
Diffstat (limited to 'bsdfsck')
-rw-r--r-- | bsdfsck/Makefile | 8 |
1 files changed, 1 insertions, 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 |