summaryrefslogtreecommitdiff
path: root/tests/tr/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-08-17 18:30:24 +0000
committerJim Meyering <jim@meyering.net>1996-08-17 18:30:24 +0000
commit5220e9a46b95cc6bc9a3f6e1c63518f005882680 (patch)
tree11bd1ab601fcef5d6f916a0d1469b75d631eb744 /tests/tr/Makefile.am
parentafddedbd9f1f2c45bc8bf0592cfec7c2c4879a20 (diff)
downloadcoreutils-5220e9a46b95cc6bc9a3f6e1c63518f005882680.tar.xz
Remove now-useless Trtest.pm arg to build-script.
Diffstat (limited to 'tests/tr/Makefile.am')
-rw-r--r--tests/tr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tr/Makefile.am b/tests/tr/Makefile.am
index 7d80e32a3..e86e79a9e 100644
--- a/tests/tr/Makefile.am
+++ b/tests/tr/Makefile.am
@@ -6,12 +6,12 @@ EXTRA_DIST = build-script.pl Trtest.pm
noinst_SCRIPTS = tr-tests
PERL = @PERL@
-editpl = sed -e 's,@''PERL''@,$(PERL),g'
+editpl = sed -e 's,@''PERL''@,$(PERL),g' -e 's,@''srcdir''@,@srcdir@,g'
TESTS = tr-tests
tr-tests: build-script Trtest.pm
- ./build-script Trtest.pm > $@.n
+ ./build-script > $@.n
mv $@.n $@
chmod 755 $@