X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..2beb01db001c9c22e4865fba3ba9b46ff5fc2dda:/samples/mdi/Makefile.in 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)