X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/samples/mdi/Makefile.in?ds=sidebyside diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index a577c37004..e9e1e6047a 100644 --- a/samples/mdi/Makefile.in +++ b/samples/mdi/Makefile.in @@ -15,7 +15,9 @@ program_dir = samples/mdi PROGRAM=mdi -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)