diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:32:41 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-11-10 10:32:41 +0000 |
commit | 558303c70cdfd3bc2465cb99c2f8d81a64efcf31 (patch) | |
tree | b308833d445fde6a5ad48558fe4eff1b86ab7ff7 /Build/source/texk/tex4htk/Makefile.am | |
parent | 81f0eba86eca049a6da0619b12d767e51aea3efb (diff) |
towards TL2010: texk/ misc
git-svn-id: svn://tug.org/texlive/trunk@15976 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r-- | Build/source/texk/tex4htk/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/tex4htk/Makefile.am b/Build/source/texk/tex4htk/Makefile.am index d70006b482e..5b7ee96ee0d 100644 --- a/Build/source/texk/tex4htk/Makefile.am +++ b/Build/source/texk/tex4htk/Makefile.am @@ -13,11 +13,9 @@ bin_PROGRAMS = t4ht tex4ht t4ht_SOURCES = t4ht.c -t4ht_DEPENDENCIES = $(KPATHSEA_DEPEND) - tex4ht_SOURCES = tex4ht.c -tex4ht_DEPENDENCIES = $(KPATHSEA_DEPEND) +$(t4ht_OBJECTS) $(tex4ht_OBJECTS): $(KPATHSEA_DEPEND) LDADD = $(KPATHSEA_LIBS) |