You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2009/07/06 21:43:36 UTC

svn commit: r791581 - /httpd/httpd/trunk/build/NWGNUhead.inc

Author: fuankg
Date: Mon Jul  6 19:43:35 2009
New Revision: 791581

URL: http://svn.apache.org/viewvc?rev=791581&view=rev
Log:
dont delete .d files since we have now some in source tree.
If we generate dependency files then we must name them .dep.

Modified:
    httpd/httpd/trunk/build/NWGNUhead.inc

Modified: httpd/httpd/trunk/build/NWGNUhead.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUhead.inc?rev=791581&r1=791580&r2=791581&view=diff
==============================================================================
--- httpd/httpd/trunk/build/NWGNUhead.inc (original)
+++ httpd/httpd/trunk/build/NWGNUhead.inc Mon Jul  6 19:43:35 2009
@@ -100,7 +100,7 @@
 	-$(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