From 452516a5400b458b9cd83779dec0598aeeb0a8fd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Apr 1994 01:36:53 +0000 Subject: Formerly Makefile.~13~ --- fstests/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'fstests/Makefile') 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 -- cgit v1.2.3