diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-04 20:18:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-04 20:18:09 +0000 |
commit | f79e8bdcaf621c2d0651df0f45515f893f49b00a (patch) | |
tree | 5ef33ea3f3ae051ab9f8652c4c96310116491e8c /tests/sort | |
parent | ebfdc834f2e28930ca199d120f7f5d6c61f491e7 (diff) | |
download | coreutils-f79e8bdcaf621c2d0651df0f45515f893f49b00a.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.am | 2 | ||||
-rw-r--r-- | tests/sort/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index 1f612ae70..0f3c98ec1 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -59,6 +59,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/sort/Makefile.in b/tests/sort/Makefile.in index eed2b1e79..7f9c9d0d0 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -262,7 +262,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 $@ |