]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/Makefile.in
don't generate an endless stream of asserts for the 0-sized images
[wxWidgets.git] / samples / internat / Makefile.in
index 37fb5e14326bd13edc989e75f8d0c1b1d02f6cb1..eb2a53425fa8f5c76017a0e264cbae7eaf287183 100644 (file)
@@ -21,7 +21,9 @@ DATADIRS=fr de ru
 
 PROGRAM=internat
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)