From: Guenter Knauf Date: Mon, 6 Jul 2009 19:43:35 +0000 (+0000) Subject: dont delete .d files since we have now some in source tree. X-Git-Tag: 2.3.3~468 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=271aa4bf65bdf5fe0147ef9c6447a85157f5a54b;p=apache dont delete .d files since we have now some in source tree. If we generate dependency files then we must name them .dep. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791581 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUhead.inc b/build/NWGNUhead.inc index cdbaf2728f..3b6ffcc9d8 100644 --- a/build/NWGNUhead.inc +++ b/build/NWGNUhead.inc @@ -100,7 +100,7 @@ clean :: $(SUBDIRS) -$(DELTREE) $(OBJDIR) 2> NUL $(CHK) *.err $(DEL) *.err $(CHK) *.map $(DEL) *.map - $(CHK) *.d $(DEL) *.d + $(CHK) *.dep $(DEL) *.dep $(CHK) *.tmp $(DEL) *.tmp $(CHK) xc.bat $(DEL) xc.bat -$(DELTREE) $(OBJDIR) 2> NUL