summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-18 04:56:19 +0000
committerJim Meyering <jim@meyering.net>1996-10-18 04:56:19 +0000
commit7111d936699d97e1c4c7cc523b240bb732bd93ba (patch)
tree0bb9dc76440208cf2306536ebbdf77c82ce2d5a5 /tests
parent97f0f916a206e5fc5c26ea6e2e4ecd04b849e1d1 (diff)
downloadcoreutils-7111d936699d97e1c4c7cc523b240bb732bd93ba.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/join/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/join/Makefile b/tests/join/Makefile
deleted file mode 100644
index 4fc7fa046..000000000
--- 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