diff options
author | Jim Meyering <jim@meyering.net> | 1994-11-08 22:40:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-11-08 22:40:52 +0000 |
commit | 75d902ef016c2966129ceb1f53165e46e11d1063 (patch) | |
tree | 20a5d392e320c222cde2b70fc24d94fb266bbd85 /tests/join/Makefile | |
parent | da098ddd8a46ff7655710f8e49c9f97685af2f39 (diff) | |
download | coreutils-75d902ef016c2966129ceb1f53165e46e11d1063.tar.xz |
.
Diffstat (limited to 'tests/join/Makefile')
-rw-r--r-- | tests/join/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/join/Makefile b/tests/join/Makefile index 391f1a04f..683b343a8 100644 --- a/tests/join/Makefile +++ b/tests/join/Makefile @@ -1,8 +1,8 @@ .PHONY: all -all: tr-tests - ./tr-tests +all: join-tests + ./join-tests -tr-tests: main build-script test.data.pl +join-tests: main build-script test.data.pl ./main test.data.pl > $@.n mv $@.n $@ chmod 755 $@ @@ -16,4 +16,4 @@ clean: distclean .PHONY: realclean realclean: clean - rm -f tr-tests t*.in t*.exp + rm -f join-tests t*.in t*.exp |