diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 19:05:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 19:05:31 +0000 |
commit | 4c7ca1f577e9b78ad6628a95558be4f050cfa0a6 (patch) | |
tree | af0463c642fc0d1256177ff600255dca9c2c5a16 /fstests | |
parent | 601a33471f39168976b7f202831f3c13087ea0a4 (diff) |
Formerly Makefile.~21~
Diffstat (limited to 'fstests')
-rw-r--r-- | fstests/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |