From c60c4a9fdc128e1fc0bb96a8bfbe13790567bb26 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 3 Aug 2000 08:00:00 +0000 Subject: . --- tests/sort/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/sort/Makefile.am') diff --git a/tests/sort/Makefile.am b/tests/sort/Makefile.am index 3f7de04a4..5005ad967 100644 --- a/tests/sort/Makefile.am +++ b/tests/sort/Makefile.am @@ -51,7 +51,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 $@ @@ -65,6 +65,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 $@ -- cgit v1.2.3-54-g00ecf