From 2c97f3f75b896507350d56de4cd294c1ce8a3c6d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Apr 2003 22:18:12 +0000 Subject: Use $(VAR) rather than @VAR@, now that we can rely on automake to emit a definition for each substituted variable. Remove definition of PERL. --- tests/Makefile.am.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/Makefile.am.in') diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in index 14ad85ad7..c7ddcc606 100644 --- a/tests/Makefile.am.in +++ b/tests/Makefile.am.in @@ -6,8 +6,7 @@ EXTRA_DIST = Test.pm $x-tests $(explicit) $(maint_gen) noinst_SCRIPTS = $x-tests -PERL = @PERL@ -editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g' +editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,$(srcdir),g' TESTS = $x-tests -- cgit v1.2.3-54-g00ecf