]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / typetest / Makefile.in
index fff8979e534fcfd0e39d7d6f9f1a3c2d7f9204c3..9c73aac690f502e2c94334d57699a8d0d9e0738a 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/typetest
 
 PROGRAM=typetest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)