X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..b231914f6abe2c148193b006a0919d60575f9a20:/samples/checklst/Makefile.in?ds=sidebyside diff --git a/samples/checklst/Makefile.in b/samples/checklst/Makefile.in index 1d4942a518..0fdc5b0992 100644 --- a/samples/checklst/Makefile.in +++ b/samples/checklst/Makefile.in @@ -15,7 +15,9 @@ program_dir = samples/checklst PROGRAM=checklst -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)