From 66295edd1559b18aacbe32d5621a0a60f3971dbc Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 7 Mar 1994 23:32:20 +0000 Subject: Formerly Makefile.~10~ --- fstests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fstests/Makefile') 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 -- cgit v1.2.3