X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/545176521071a4edd242a2cd4163b363e818ec56..5270a2f939501d8bb83451ddc15408ee929346e2:/samples/html/help/Makefile.in diff --git a/samples/html/help/Makefile.in b/samples/html/help/Makefile.in index 3ceb53a80a..0ce8432a57 100644 --- a/samples/html/help/Makefile.in +++ b/samples/html/help/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/help @@ -22,7 +22,9 @@ DATAFILES = helpfiles/Index.hhk helpfiles/book1.htm helpfiles/book2.htm \ PROGRAM=help -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)