diff options
author | Jim Meyering <jim@meyering.net> | 1994-11-17 17:37:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-11-17 17:37:22 +0000 |
commit | 42c03d3135bd3b05f5e829436adefbc16a9b0a1a (patch) | |
tree | b0e22e634e2c0a51db37cabcbbabe1d74e71ddd7 /tests/join/Makefile | |
parent | fdfd720ec4e44b9b35368c9ea483f56fa0b69847 (diff) | |
download | coreutils-42c03d3135bd3b05f5e829436adefbc16a9b0a1a.tar.xz |
.
Diffstat (limited to 'tests/join/Makefile')
-rw-r--r-- | tests/join/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/join/Makefile b/tests/join/Makefile index 683b343a8..d37029055 100644 --- a/tests/join/Makefile +++ b/tests/join/Makefile @@ -9,11 +9,11 @@ join-tests: main build-script test.data.pl .PHONY: distclean distclean: - rm -f t*.out + rm -f t*.out core .PHONY: clean clean: distclean .PHONY: realclean realclean: clean - rm -f join-tests t*.in t*.exp + rm -f join-tests t*.[12] t*.exp t*.log |