diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-17 17:27:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-17 17:27:10 +0000 |
commit | 8dd548d8955bafe512335d0f578ee255dc6811a6 (patch) | |
tree | 341be3f531811dd10bc3040daeddfe11fa16cab3 /tests | |
parent | daa3462c64b5e2b45dd03ee00bac56c6a271da12 (diff) | |
download | coreutils-8dd548d8955bafe512335d0f578ee255dc6811a6.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tr/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index 10f2d1e15..43f036968 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -40,7 +40,7 @@ transform = @program_transform_name@ AUTOMAKE_OPTIONS = 1.0 -EXTRA_DIST = build-script.pl main test.data.pl +EXTRA_DIST = build-script.pl test.data.pl noinst_SCRIPTS = tr-tests PERL = @PERL@ @@ -166,8 +166,8 @@ mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -tr-tests: main build-script test.data.pl - ./main test.data.pl > $@.n +tr-tests: build-script test.data.pl + ./build-script test.data.pl > $@.n mv $@.n $@ chmod 755 $@ |