diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:46:28 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-23 04:46:28 +0000 |
commit | 9581224a4918aa79778fd3725d7125dc6a72e100 (patch) | |
tree | f4f360b209f79b21fc7a2c15d5685b794fa720f8 | |
parent | 3d42c5a83b4ac0c4d92dc754e3e263d818e03fca (diff) |
Formerly Makefile.~3~
-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 |