]> granicus.if.org Git - apache/commitdiff
dont delete .d files since we have now some in source tree.
authorGuenter Knauf <fuankg@apache.org>
Mon, 6 Jul 2009 19:43:35 +0000 (19:43 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 6 Jul 2009 19:43:35 +0000 (19:43 +0000)
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

index cdbaf2728fd97ab755847a0c740340f5eedfdb67..3b6ffcc9d8f3d670e419c5029d9609335db1a862 100644 (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