From 7559e6fb5fa6d8446955c71cce74949ea4aa0179 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 8 Apr 1994 22:00:14 +0000 Subject: Formerly Makefile.~17~ --- fstests/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index d6043cd3..bf4969fe 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -22,7 +22,6 @@ include ../Makeconf DIST_FILES = fstests.c Makefile fdtests.c OBJS=fdtests.o #fstests.o -testprog = fdtests all: fdtests @@ -30,10 +29,12 @@ fstests: $(OBJS) $(libc); $(link) fdtests: $(OBJS) $(libc); $(link) -install: $(testprog) $(hurdroot) - cp $< $(hurdroot)/bin/$(testprog) +install: fdtests fstests $(hurdroot) + cp fdtests $(hurdroot)/bin/fdtests + cp fstests $(hurdroot)/bin/fstests + clean: - rm -f fstests fstests.o + rm -f fstests relink: rm -f fstests -- cgit v1.2.3