From: Jim Meyering Date: Fri, 18 Oct 1996 04:56:19 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19n~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7111d936699d97e1c4c7cc523b240bb732bd93ba;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/join/Makefile b/tests/join/Makefile deleted file mode 100644 index 4fc7fa0466..0000000000 --- a/tests/join/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: all -all: join-tests - ./join-tests - -join-tests: main build-script test.data.pl - ./main test.data.pl > $@.n - mv $@.n $@ - chmod 755 $@ - -.PHONY: distclean -distclean: - rm -f t*.out core - -.PHONY: clean -clean: distclean - -.PHONY: maintainer-clean realclean -maintainer-clean realclean: clean - rm -f join-tests t*.[12] t*.exp t*.log