X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..77436c4cbac2269e564dc4fcf4494a58feca0af4:/samples/exec/Makefile.in diff --git a/samples/exec/Makefile.in b/samples/exec/Makefile.in index a5dbfee067..9acd0a3dc8 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 +-include $(DEPFILES)