diff options
-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 |