summaryrefslogtreecommitdiff
path: root/Build/source/texk/tex4htk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/tex4htk/Makefile.am')
-rw-r--r--Build/source/texk/tex4htk/Makefile.am4
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)