X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..b6e5eaa59701315ca06996ff845872ca4122695f:/utils/makegen/templates/Makefile.in?ds=inline diff --git a/utils/makegen/templates/Makefile.in b/utils/makegen/templates/Makefile.in index 8983b1bdc5..248fd4f13b 100644 --- a/utils/makegen/templates/Makefile.in +++ b/utils/makegen/templates/Makefile.in @@ -8,6 +8,8 @@ program_dir = samples/#NAME PROGRAM=#NAME OBJECTS=$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $DEPFILES)