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