From: Jim Meyering Date: Tue, 15 Apr 2003 22:18:12 +0000 (+0000) Subject: Use $(VAR) rather than @VAR@, now that we can rely on automake to X-Git-Tag: v5.0.1~681 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c97f3f75b896507350d56de4cd294c1ce8a3c6d;p=thirdparty%2Fcoreutils.git Use $(VAR) rather than @VAR@, now that we can rely on automake to emit a definition for each substituted variable. Remove definition of PERL. --- diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in index 14ad85ad78..c7ddcc606d 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