X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..6d9022fe3bb50a75b9b5eaf5cf32558e518ba310:/samples/html/about/Makefile.in diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in index bb935c9cd9..4a3551d16e 100644 --- a/samples/html/about/Makefile.in +++ b/samples/html/about/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/about @@ -18,7 +18,9 @@ DATAFILES = data/about.htm data/logo.png PROGRAM=about -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)