mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-12 15:06:44 +02:00
.
This commit is contained in:
@@ -44,7 +44,7 @@ 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
|
||||
|
||||
@@ -167,7 +167,7 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
tr-tests: build-script Trtest.pm
|
||||
./build-script Trtest.pm > $@.n
|
||||
./build-script > $@.n
|
||||
mv $@.n $@
|
||||
chmod 755 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user