From 4c7ca1f577e9b78ad6628a95558be4f050cfa0a6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 20 Jun 1994 19:05:31 +0000 Subject: Formerly Makefile.~21~ --- fstests/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fstests/Makefile') diff --git a/fstests/Makefile b/fstests/Makefile index 27dca18c..0e168230 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -33,9 +33,9 @@ timertest: $(OBJS) $(libc); $(link) install: $(hurdroot) timertest #fstests fdtests -# cp fdtests $(hurdroot)/bin/fdtests -# cp fstests $(hurdroot)/bin/fstests - cp timertest $(hurdroot)/bin/timertest +# $(INSTALL_BIN) fdtests $(hurdroot)/bin/fdtests +# $(INSTALL_BIN) fstests $(hurdroot)/bin/fstests + $(INSTALL_BIN) timertest $(hurdroot)/bin/timertest clean: rm -f fstests fdtests timertest *.o -- cgit v1.2.3