X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/62877de0ed937926a3e8aaef615380d5c6c2cfbe..a2d541ca9c552d1a30ba75970968a7a220f4955a:/samples/html/helpview/Makefile.in diff --git a/samples/html/helpview/Makefile.in b/samples/html/helpview/Makefile.in index 747c790b19..706c0e7f47 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 +@IF_GNU_MAKE@-include $(DEPFILES)