]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/Makefile.in
htmlhelp.h no longer needed -> removed test in configure
[wxWidgets.git] / samples / rotate / Makefile.in
index 4bc40b8e528232510434c3b46c61e26db350981a..204803efa3b049e97ba3cb40ae8f05a474c281b0 100644 (file)
@@ -15,9 +15,11 @@ program_dir = samples/rotate
 
 PROGRAM=rotate
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 DATAFILES=kclub.bmp
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)