From 781d122fb646aef0d20f033cacb677ea9e89d2ff Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 23:51:55 +0000 Subject: r14553: Use double colon feature in the makefile (supported by all buildfarm hosts!) (This used to be commit f523c51b34c2305dcf861c542336f161a072a2f0) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index e86dbd6b84..2d619cc6f1 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -251,7 +251,7 @@ basics: include/includes.h \ idl \ heimdal_basics -clean: heimdal_clean clean_pch +clean:: clean_pch @echo Removing objects @-find . -name '*.o' -exec rm -f '{}' \; @echo Removing hostcc objects -- cgit