diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:51:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-04-07 18:51:05 +0000 |
commit | 7f545e1124fb2d3d584a93c714875907079ccd3a (patch) | |
tree | 6637671076e30d67b420fd0bc5f7157dd06cae7f | |
parent | f6b43299a2b19f4801da8cffe3166ce3794ef7f0 (diff) |
Formerly Makefile.~16~
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 13446519..d6043cd3 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -31,7 +31,7 @@ fdtests: $(OBJS) $(libc); $(link) install: $(testprog) $(hurdroot) - cp $< $(hurdroot)/bin/sh + cp $< $(hurdroot)/bin/$(testprog) clean: rm -f fstests fstests.o |