Module Name:    src
Committed By:   joerg
Date:           Mon Jan  5 18:41:59 UTC 2015

Modified Files:
        src/tools/llvm: Makefile

Log Message:
cleandir-llvm should not exist in the filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tools/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/llvm/Makefile
diff -u src/tools/llvm/Makefile:1.18 src/tools/llvm/Makefile:1.19
--- src/tools/llvm/Makefile:1.18	Thu Jan 16 09:00:55 2014
+++ src/tools/llvm/Makefile	Mon Jan  5 18:41:59 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.18 2014/01/16 09:00:55 matt Exp $
+#	$NetBSD: Makefile,v 1.19 2015/01/05 18:41:59 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -43,7 +43,7 @@ CLEANFILES+=	need-dl need-dl.c need-dl.o
 
 cleandir: cleandir-llvm
 
-cleandir-llvm:
+cleandir-llvm: .PHONY
 	test ! -d config || rm -r config
 	rm -f need-dl need-dl.tmp
 

Reply via email to