X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62877de0ed937926a3e8aaef615380d5c6c2cfbe..14dd645ee16eb022afb19f35d0c8cfdf2d3cdee9:/samples/html/helpview/Makefile.in diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index 747c790b19..f744e9f562 100644 --- a/samples/html/helpview/Makefile.in +++ b/samples/html/helpview/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for html about example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../../.. program_dir = samples/html/helpview @@ -19,7 +19,9 @@ DATAFILES = test.zip PROGRAM=helpview -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)