diff options
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index b1f54fa9b..76c5e3d4b 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -99,8 +99,7 @@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ - -PERL = $(PERL) +PERL = @PERL@ POSUB = @POSUB@ POW_LIB = @POW_LIB@ RANLIB = @RANLIB@ @@ -194,6 +193,7 @@ lt-3.O lt-3.E lt-4.O lt-4.E inv-1.O inv-1.E t1.O t1.E t2.O t2.E EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests + editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' TESTS = $x-tests |