summaryrefslogtreecommitdiff
path: root/fstests
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-07 23:32:20 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-07 23:32:20 +0000
commit66295edd1559b18aacbe32d5621a0a60f3971dbc (patch)
treee01690ef43f1470cd6894121c60651e72195a10d /fstests
parent0526538d2a11681ca2b9fd853629d1fcc5eba5fe (diff)
Formerly Makefile.~10~
Diffstat (limited to 'fstests')
-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