Fixup 'make clean' to properly clean the _install directory
[oweals/busybox.git] / tests / ln_tests.mk
index 5925edd4f8da88dd05f8f42c49f487ff1e227a4a..3110f8199977b9649de23999eb0b22deabe725ff 100644 (file)
@@ -1,14 +1,19 @@
+# ln_tests.mk - Set of tests for busybox ln
+# -------------
+# Copyright (C) 2000 Karl M. Hegbloom <karlheg@debian.org> GPL
+#
 
 # GNU `ln'
 GLN = /bin/ln
 # BusyBox `ln'
 BLN = $(shell pwd)/ln
 
-.PHONY: ln_clean
+all:: ln_tests
+clean:: ln_clean
+
 ln_clean:
        rm -rf ln_tests ln_*.{gnu,bb} ln
 
-.PHONY: ln_tests
 ln_tests: ln_clean ln
        @echo;
        @echo "No output from diff means busybox ln is functioning properly.";