From 271aa4bf65bdf5fe0147ef9c6447a85157f5a54b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 6 Jul 2009 19:43:35 +0000 Subject: [PATCH] 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 --- build/NWGNUhead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1