From f79e8bdcaf621c2d0651df0f45515f893f49b00a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 4 Feb 1998 20:18:09 +0000 Subject: . --- tests/head/Makefile.am | 2 +- tests/head/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/head') diff --git a/tests/head/Makefile.am b/tests/head/Makefile.am index 6b8507b4e..a60494782 100644 --- a/tests/head/Makefile.am +++ b/tests/head/Makefile.am @@ -38,6 +38,6 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script) sed -n '1,/^##test-files-begin/p' $< > $@t tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \ echo "x = $$tool" >> $@t - $(PERL) $(mk_script) --list >> $@t + $(PERL) -w -- $(mk_script) --list >> $@t sed -n '/^##test-files-end/,$$p' $< >> $@t mv $@t $@ diff --git a/tests/head/Makefile.in b/tests/head/Makefile.in index deefcd4f1..2c3497428 100644 --- a/tests/head/Makefile.in +++ b/tests/head/Makefile.in @@ -241,7 +241,7 @@ Makefile.am: ../Makefile.am.in Test.pm $(mk_script) sed -n '1,/^##test-files-begin/p' $< > $@t tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \ echo "x = $$tool" >> $@t - $(PERL) $(mk_script) --list >> $@t + $(PERL) -w -- $(mk_script) --list >> $@t sed -n '/^##test-files-end/,$$p' $< >> $@t mv $@t $@ -- cgit v1.2.3-70-g09d2