summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b192d565..505903a7 100644
--- a/Makefile
+++ b/Makefile
@@ -184,10 +184,10 @@ opt/%-win.o: $(top_srcdir)%.c
win/%.res: $(top_srcdir)win/%.rc $(top_srcdir)win/%.ico
$(call WINDRES)
-%.tlo: %.tl $(TXR)
+%.tlo: %.tl
$(call COMPILE_TL)
-%.tlo2: %.tl $(TXR)
+%.tlo2: %.tl
$(call COMPILE_TL)
$(call SH,F=$@ T=$${F%.tlo2}.tlo; cmp -s $$F $$T || cp $$F $$T)