diff options
-rw-r--r-- | fstests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 7435b555..bca0ec8c 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -20,4 +20,4 @@ include ../Makeconf fstests: fstests.o; $(link) install: - cp fstests.c $(hurdroot)/hurd/init + cp fstests $(hurdroot)/hurd/init |