summaryrefslogtreecommitdiff
path: root/fstests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fstests/Makefile')
-rw-r--r--fstests/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index 6cc1bd11..6bd388ef 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -21,14 +21,17 @@ include ../Makeconf
DIST_FILES = fstests.c Makefile fdtests.c
-OBJS=fstests.o
+OBJS=fdtests.o #fstests.o
+testprog = fdtests
-all: fstests
+all: fdtests
-fstests: $(OBJS); $(link)
+fstests: $(OBJS) $(libc); $(link)
+fdtests: $(OBJS) $(libc); $(link)
-install: fstests $(hurdroot)
- cp fstests $(hurdroot)/hurd/init
+
+install: $(testprog) $(hurdroot)
+ cp $< $(hurdroot)/hurd/init
clean:
rm -f fstests fstests.o