X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..a2d541ca9c552d1a30ba75970968a7a220f4955a:/samples/mdi/Makefile.in?ds=sidebyside diff --git a/samples/mdi/Makefile.in b/samples/mdi/Makefile.in index a577c37004..80f8d9f7a1 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 +@IF_GNU_MAKE@-include $(DEPFILES)