diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-08 22:48:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-08 22:48:12 +0000 |
commit | 5e80b86dd3a81b7cf164b8a0b966a08b3cc60f76 (patch) | |
tree | f055df8db0e644ce2791b7e82c8a8f0bf3db6bf4 /fstests/Makefile | |
parent | 7559e6fb5fa6d8446955c71cce74949ea4aa0179 (diff) |
Formerly Makefile.~18~
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index bf4969fe..87f632aa 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -29,9 +29,9 @@ fstests: $(OBJS) $(libc); $(link) fdtests: $(OBJS) $(libc); $(link) -install: fdtests fstests $(hurdroot) +install: fdtests $(hurdroot) #fstests cp fdtests $(hurdroot)/bin/fdtests - cp fstests $(hurdroot)/bin/fstests +# cp fstests $(hurdroot)/bin/fstests clean: |