X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..e1e1272f2020447bc26e10fc2cb2809e0b8eb856:/utils/tex2rtf/src/Makefile.in diff --git a/utils/tex2rtf/src/Makefile.in b/utils/tex2rtf/src/Makefile.in index 65cdbb704c..d9d0de5405 100644 --- a/utils/tex2rtf/src/Makefile.in +++ b/utils/tex2rtf/src/Makefile.in @@ -9,7 +9,7 @@ # # Makefile for Tex2RTF (Unix) -EXTRADEFS=-DNO_GUI +APPEXTRADEFS=-DNO_GUI # comment out if you want GUI version of tex2rtf... top_srcdir = @top_srcdir@/.. @@ -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)