diff options
author | Roland McGrath <roland@gnu.org> | 1994-04-06 22:43:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-04-06 22:43:43 +0000 |
commit | 2bbf4bb40e0f52d275ba7cfa5a6bd43e9d3e822b (patch) | |
tree | 6aaa9cb03c3cd091d78cc99c40699fd6633c8abf /fstests/Makefile | |
parent | bf761682a04c0c87932b8f5f60e7ee9859acf7b6 (diff) |
Formerly Makefile.~14~
Diffstat (limited to 'fstests/Makefile')
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 6bd388ef..d17d4563 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -31,7 +31,7 @@ fdtests: $(OBJS) $(libc); $(link) install: $(testprog) $(hurdroot) - cp $< $(hurdroot)/hurd/init + cp $< $(hurdroot)/bin/sh clean: rm -f fstests fstests.o |