]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/grid/Makefile.in
don't try to refresh the menu bar before showing it, fixes crash on startup with...
[wxWidgets.git] / samples / grid / Makefile.in
index 756d62e45406777b0ab6c67e7a3ff75b5d4dc2aa..6016cb4d703399ac3a6f71ef4c83473dbafeda89 100644 (file)
@@ -7,7 +7,10 @@ program_dir = samples/grid
 
 PROGRAM=grid
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)
+