]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/zip/Makefile.in
Further fixes to references
[wxWidgets.git] / samples / html / zip / Makefile.in
index 25041a89267745a51de496ffc1e4e576213eabd8..7bd08580b467b77bb3ec62aa66aa94f5af97c0a3 100644 (file)
@@ -15,9 +15,11 @@ program_dir = samples/html/zip
 
 PROGRAM=zip
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 DATAFILES=pages.zip start.htm
 
 include ../../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)