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
This commit is contained in:
Guenter Knauf
2009-07-06 19:43:35 +00:00
parent 6017956679
commit 271aa4bf65

View File

@ -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