X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..a81c3c2383f9096ef5e96b708a0f1c1ffe7cc6a8:/samples/html/zip/Makefile.in diff --git a/samples/html/zip/Makefile.in b/samples/html/zip/Makefile.in index 25041a8926..7bd08580b4 100644 --- a/samples/html/zip/Makefile.in +++ b/samples/html/zip/Makefile.in @@ -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)