]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / html / about / Makefile.in
index 4911c00df735777dcb0c1e522b479258fc2c3bff..4a3551d16e18c46ba56680b0c7eeb2f52f285f44 100644 (file)
@@ -18,7 +18,9 @@ DATAFILES = data/about.htm data/logo.png
 
 PROGRAM=about
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)