X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69a492c9b279bda2d391b694f2c08ef7f1c1b31e..fb93b610c5991b12bd6404fe1fc08fd60a30615c:/utils/HelpGen/src/Makefile.in?ds=sidebyside diff --git a/utils/HelpGen/src/Makefile.in b/utils/HelpGen/src/Makefile.in index f416f20904..ae2b0f3a8c 100644 --- a/utils/HelpGen/src/Makefile.in +++ b/utils/HelpGen/src/Makefile.in @@ -13,6 +13,10 @@ PROGRAM=HelpGen OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \ scriptbinder.o sourcepainter.o srcparser.o \ wx_extra_imps.o +DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \ + scriptbinder.d sourcepainter.d srcparser.d \ + wx_extra_imps.d include ../../../src/makeprog.env +-include $(DEPFILES)