]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/Makefile.in
htmlhelp.h no longer needed -> removed test in configure
[wxWidgets.git] / samples / menu / Makefile.in
index 5722b209424c06c58897958b5f60a54e33877eb7..86345c00af3457bdc06b15193d329434784f68d6 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/menu
 
 PROGRAM=menu
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)