X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/printing/Makefile.in diff --git a/samples/printing/Makefile.in b/samples/printing/Makefile.in index 83c5c2b65a..e6c7554631 100644 --- a/samples/printing/Makefile.in +++ b/samples/printing/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for printing example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/printing PROGRAM=printing -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)