projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't treat changing focus to popup's child as loosing it
[wxWidgets.git]
/
utils
/
tex2rtf
/
src
/
Makefile.in
diff --git
a/utils/tex2rtf/src/Makefile.in
b/utils/tex2rtf/src/Makefile.in
index 075c80ce30946308bbbcf75432c9a75290995786..d9d0de54059f9a32941b2674f492bd00b3634bb6 100644
(file)
--- 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
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 ../../../src/makeprog.env
+-include $(DEPFILES)