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