summaryrefslogtreecommitdiff
path: root/build/NWGNUhead.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-07-06 19:43:35 +0000
committerGuenter Knauf <fuankg@apache.org>2009-07-06 19:43:35 +0000
commit271aa4bf65bdf5fe0147ef9c6447a85157f5a54b (patch)
treef2c1f405b7272bae48c5b68b11d0771c16e4ae8c /build/NWGNUhead.inc
parent601795667909bf9fd81c6cfa713599da94cc9239 (diff)
downloadhttpd-271aa4bf65bdf5fe0147ef9c6447a85157f5a54b.tar.gz
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
Diffstat (limited to 'build/NWGNUhead.inc')
-rw-r--r--build/NWGNUhead.inc2
1 files changed, 1 insertions, 1 deletions
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