X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc6c62a931cd31cff4bd7c621301d443a41dee5c..c354beeafacc20831ce76e266703d07f27e826c7:/samples/html/zip/Makefile.in diff --git a/samples/html/zip/Makefile.in b/samples/html/zip/Makefile.in index 76297fbd3e..7bd08580b4 100644 --- a/samples/html/zip/Makefile.in +++ b/samples/html/zip/Makefile.in @@ -9,15 +9,17 @@ # # Makefile for html zip example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. 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)