diff options
Diffstat (limited to 'tests/head')
-rw-r--r-- | tests/head/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/head/Makefile.am b/tests/head/Makefile.am index d4591ed8e..d0bcffca5 100644 --- a/tests/head/Makefile.am +++ b/tests/head/Makefile.am @@ -1,6 +1,7 @@ -# Make coreutils tests for "head". -*-Makefile-*- +# Make coreutils tests. -*-Makefile-*- -# Copyright (C) 1997, 2006 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2003, 2004, 2006 Free Software +# Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -63,4 +64,5 @@ $(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script) echo "x = $$tool" >> $@t $(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) --list >> $@t sed -n '/^##test-files-end/,$$p' $(srcdir)/../Makefile.am.in >> $@t + chmod -w $@t mv $@t $@ |