X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..6a54cc2a1156229f1db27ec816c9be84e8da2ee3:/samples/html/printing/Makefile.in?ds=sidebyside diff --git a/samples/html/printing/Makefile.in b/samples/html/printing/Makefile.in index a976563353..01761a8fe4 100644 --- a/samples/html/printing/Makefile.in +++ b/samples/html/printing/Makefile.in @@ -17,7 +17,9 @@ DATAFILES = test.htm PROGRAM=printing -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../../src/makeprog.env +-include $(DEPFILES)