X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..bcb7cc7693846151a179c6f199105c19df2c77a2:/samples/html/about/Makefile.in diff --git a/samples/html/about/Makefile.in b/samples/html/about/Makefile.in index bb935c9cd9..02461c9726 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 +-include $(DEPFILES)