diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:11:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:11:29 +0000 |
commit | 2268d778deb84d2575b3e2b5fe51ac6f4efaf7c2 (patch) | |
tree | 97b5e3d72c83965c82720b6eb7b39780fa2d4592 | |
parent | 86c68e1272a559823664b042463642741bd898f9 (diff) |
Formerly Makefile.~6~
-rw-r--r-- | fstests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fstests/Makefile b/fstests/Makefile index 37c4ee09..edc882b3 100644 --- a/fstests/Makefile +++ b/fstests/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -24,4 +24,4 @@ DIST_FILES = fstests.c Makefile fstests: fstests.o; $(link) install: fstests - cp fstests $(hurdroot)/hurd/init + cp fstests $(hurdroot)/hurd/fstests |