]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makefile.gcc
always initialize m_bChanged in wxConfigPathChanger ctor; this could result in diffic...
[wxWidgets.git] / utils / makefile.gcc
index 5b8ba62a182ece3f3edaa865480105c5c40ea3af..37c0728332adf3e9c5768d11918d06c6f04dd58a 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.8 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.9 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -35,6 +35,7 @@ all: configtool emulator helpview tex2rtf helpgen
 
 clean: 
        -if exist .\*.o del .\*.o
+       -if exist .\*.d del .\*.d
        $(MAKE) -C configtool\src -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C emulator\src -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C helpview\src -f makefile.gcc $(MAKEARGS) clean
@@ -59,3 +60,5 @@ helpgen:
 .PHONY: all clean configtool emulator helpview tex2rtf helpgen
 
 
+# Dependencies tracking:
+-include ./*.d