diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 18:04:06 +0000 |
commit | 0622704dce606dad3d3092909ad4b01ecf5f28db (patch) | |
tree | 75e2ee89e03d69149a5309f05b3fe75d8e13df25 /tests/tac | |
parent | 4cfe78b8a0d3a607c0408cf6b82bb82d23224a92 (diff) | |
download | coreutils-0622704dce606dad3d3092909ad4b01ecf5f28db.tar.xz |
.
Diffstat (limited to 'tests/tac')
-rw-r--r-- | tests/tac/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 50dab93ab..68b186938 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -100,7 +100,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -PERL = @PERL@ +PERL = $(PERL) POSUB = @POSUB@ POW_LIB = @POW_LIB@ RANLIB = @RANLIB@ |