diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-15 22:21:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-15 22:21:43 +0000 |
commit | 9a948999764ecbbef237334004ba4ed158629376 (patch) | |
tree | ccdc650fd6aeb776dd6b360d0544523811a10cf8 /tests/tr | |
parent | 79b611f24ebd1965f069377b39efc6a98c15855c (diff) | |
download | coreutils-9a948999764ecbbef237334004ba4ed158629376.tar.xz |
regenerate, using new ../Makefile.am.in
Diffstat (limited to 'tests/tr')
-rw-r--r-- | tests/tr/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 0609aa683..3d2680761 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/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@ @@ -177,6 +176,7 @@ empty-eq.E empty-cc.O empty-cc.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 |