X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19a9df0980f731c918dd384e2bf0a72bb9a5345f..e1e1272f2020447bc26e10fc2cb2809e0b8eb856:/utils/tex2rtf/src/Makefile.in diff --git a/utils/tex2rtf/src/Makefile.in b/utils/tex2rtf/src/Makefile.in index 075c80ce30..d9d0de5405 100644 --- a/utils/tex2rtf/src/Makefile.in +++ b/utils/tex2rtf/src/Makefile.in @@ -19,6 +19,8 @@ program_dir = utils/tex2rtf/src PROGRAM=tex2rtf OBJECTS = tex2rtf.o tex2any.o texutils.o rtfutils.o xlputils.o htmlutil.o readshg.o table.o +DEPFILES=tex2rtf.d tex2any.d texutils.d rtfutils.d xlputils.d htmlutil.d readshg.d table.d include ../../../src/makeprog.env +-include $(DEPFILES)