summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fstests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile
index 573b4481..b6a9240e 100644
--- a/fstests/Makefile
+++ b/fstests/Makefile
@@ -21,7 +21,9 @@ include ../Makeconf
DIST_FILES = fstests.c Makefile fdtests.c
-fstests: fstests.o; $(link)
+OBJS=fstests.o
+
+fstests: $(OBJS); $(link)
install: fstests
cp fstests $(hurdroot)/hurd/init