X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..4e4a5fed9f544d3bec51b75b6e8638d4481d8534:/samples/validate/Makefile.in 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)