summaryrefslogtreecommitdiff
path: root/fstests/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-21 00:14:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-21 00:14:42 +0000
commit3e0f07c7d45f5e6ba6cff0215656db105a5e20af (patch)
tree503e3ef1dbd6ca078f00cc5bf3053a6215369f29 /fstests/Makefile
parentad27c749b70c5c5668e64101c28ab14853d9c239 (diff)
Formerly Makefile.~24~
Diffstat (limited to 'fstests/Makefile')
-rw-r--r--fstests/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index d5bc4d14..4845c8ff 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -23,21 +23,21 @@ DIST_FILES = fstests.c Makefile fdtests.c ChangeLog timertest.c
SRCS = fstests.c fdtests.c timertest.c
-all: timertest
+all: timertest fstests # fdtests
-fstests: $(OBJS) $(libc)
+fstests: fstests.o $(libc)
$(CC) $(CFLAGS) -o $@ $^
-fdtests: $(OBJS) $(libc)
+fdtests: fdtests.o $(libc)
$(CC) $(CFLAGS) -o $@ $^
-timertest: $(OBJS) $(libc)
+timertest: timertest.o $(libc)
$(CC) $(CFLAGS) -o $@ $^
-install: $(hurdroot) timertest fstests fdtests
- $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests
+install: $(hurdroot) timertest fstests # fdtests
$(INSTALL_BIN) fstests $(hurdroot)/bin/fstests
$(INSTALL_BIN) timertest $(hurdroot)/bin/timertest
+# $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests
clean:
rm -f fstests fdtests timertest *.o