From 75d902ef016c2966129ceb1f53165e46e11d1063 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 8 Nov 1994 22:40:52 +0000 Subject: . --- tests/join/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/join/Makefile') 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 -- cgit v1.2.3-70-g09d2