From: Jim Meyering Date: Mon, 12 Aug 1996 03:42:53 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26a8544c8307bfe129b6b323fda23f77656c0ed1;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/tests/tr/Makefile b/tests/tr/Makefile deleted file mode 100644 index 50c6399..0000000 --- a/tests/tr/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -.PHONY: all -all: run-tests - ./run-tests - -run-tests: main build-script test.data.pl - ./main test.data.pl > $@.n - mv $@.n $@ - chmod 755 $@ - -.PHONY: distclean -distclean: - rm -f t*.out - -.PHONY: clean -clean: distclean - -.PHONY: realclean -realclean: clean - rm -f run-tests t*.in t*.exp t*.err