mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user