diff options
Diffstat (limited to 'tests/uniq/Makefile.in')
-rw-r--r-- | tests/uniq/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/uniq/Makefile.in b/tests/uniq/Makefile.in index 1b4afa9b8..f1d00a963 100644 --- a/tests/uniq/Makefile.in +++ b/tests/uniq/Makefile.in @@ -523,11 +523,11 @@ check: $(maint_gen) $(srcdir)/Makefile.am: ../Makefile.am.in Test.pm $(mk_script) rm -f $@ $@t - sed -n '1,/^##test-files-begin/p' $< > $@t + sed -n '1,/^##test-files-begin/p' $(srcdir)/../Makefile.am.in > $@t tool=`echo $(subdir)|sed 's/^tests.//;s/-test//'`; \ echo "x = $$tool" >> $@t $(PERL) -I$(srcdir) -w -- $(mk_script) $(srcdir) --list >> $@t - sed -n '/^##test-files-end/,$$p' $< >> $@t + sed -n '/^##test-files-end/,$$p' $(srcdir)/../Makefile.am.in >> $@t mv $@t $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |