X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..c822ad5a5e30a21ca3340af644bf79804cf7c777:/samples/validate/Makefile.in?ds=sidebyside diff --git a/samples/validate/Makefile.in b/samples/validate/Makefile.in index fc7bd3037f..4e2eaa2c8c 100644 --- a/samples/validate/Makefile.in +++ b/samples/validate/Makefile.in @@ -7,7 +7,9 @@ program_dir = samples/validate PROGRAM=validate -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)