]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use $(VAR) rather than @VAR@, now that we can rely on automake to
authorJim Meyering <jim@meyering.net>
Tue, 15 Apr 2003 22:18:12 +0000 (22:18 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Apr 2003 22:18:12 +0000 (22:18 +0000)
emit a definition for each substituted variable.
Remove definition of PERL.

tests/Makefile.am.in

index 14ad85ad782ce3aa30d5352eb442dc01ed0be6f5..c7ddcc606dfbcefaf5cfea731d3cc6791f3a70f6 100644 (file)
@@ -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