diff options
author | Jim Meyering <jim@meyering.net> | 2000-08-03 08:00:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-08-03 08:00:00 +0000 |
commit | c60c4a9fdc128e1fc0bb96a8bfbe13790567bb26 (patch) | |
tree | 91f08003264cdba9ef1c6b559d0c71eecb38f6ec /tests/cut | |
parent | 1d80882fc06555cfcaea0680a9d292f4babe9a0f (diff) | |
download | coreutils-c60c4a9fdc128e1fc0bb96a8bfbe13790567bb26.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.am | 4 | ||||
-rw-r--r-- | tests/cut/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/cut/Makefile.am b/tests/cut/Makefile.am index fbe59bade..037c7c224 100644 --- a/tests/cut/Makefile.am +++ b/tests/cut/Makefile.am @@ -31,7 +31,7 @@ TESTS = $x-tests mk_script = $(srcdir)/../mk-script $(srcdir)/$x-tests: $(mk_script) Test.pm - $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n + $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n mv $@.n $@ chmod 755 $@ @@ -45,6 +45,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) -I. -w -- $(mk_script) --list >> $@t + $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t sed -n '/^##test-files-end/,$$p' $< >> $@t mv $@t $@ diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 11c9a9909..fecfbf7e4 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -304,7 +304,7 @@ distclean-generic clean-generic maintainer-clean-generic clean \ mostlyclean distclean maintainer-clean $(srcdir)/$x-tests: $(mk_script) Test.pm - $(PERL) -I. -w -- $(mk_script) ../../src/$x > $@.n + $(PERL) -I$(srcdir) -w -- $(mk_script) ../../src/$x > $@.n mv $@.n $@ chmod 755 $@ @@ -315,7 +315,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) -I. -w -- $(mk_script) --list >> $@t + $(PERL) -I$(srcdir) -w -- $(mk_script) --list >> $@t sed -n '/^##test-files-end/,$$p' $< >> $@t mv $@t $@ |