summaryrefslogtreecommitdiff
path: root/bsdfsck/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-26 16:08:07 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-26 16:08:07 +0000
commit9a37d9b2eb925a3150de43594ea818df3965b0b0 (patch)
treeaaa6233fb1da65306e0a73e135cb00b50bd59f65 /bsdfsck/Makefile
parent885d5e9c5de2858aabe8886354657a4570c90716 (diff)
Formerly Makefile.~5~
Diffstat (limited to 'bsdfsck/Makefile')
-rw-r--r--bsdfsck/Makefile8
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