X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..2b96d0fb4be7d684c17987d74f8f92d0cfe345b5:/samples/controls/Makefile.in diff --git a/samples/controls/Makefile.in b/samples/controls/Makefile.in index b45769f16f..c0c0bf217e 100644 --- a/samples/controls/Makefile.in +++ b/samples/controls/Makefile.in @@ -15,7 +15,9 @@ program_dir = samples/controls PROGRAM=controls -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)