diff options
Diffstat (limited to 'tests/wc')
-rw-r--r-- | tests/wc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wc/Makefile.in b/tests/wc/Makefile.in index 9bf24f715..4dedbd6ab 100644 --- a/tests/wc/Makefile.in +++ b/tests/wc/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@ @@ -163,6 +162,7 @@ c2.O c2.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 |