summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 00:45:01 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 00:45:01 +0100
commit7578e441dd20847113adcb9aa5ff29477278f8a4 (patch)
tree941a67611c1c4603b8f08e354b2f5e7aea649d7b /Makefile
parentad8bcc3e4491d51e5ac37bf6ed7c7337a33c1fc3 (diff)
downloadluatexbase-7578e441dd20847113adcb9aa5ff29477278f8a4.tar.gz
Use loader in modutils.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9baf7fb..b5c1e4d 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ check-loader: $(UNPACKED_LOADER)
luatex --interaction=batchmode test-loader-plain.tex >/dev/null
lualatex --interaction=batchmode test-loader-latex.tex >/dev/null
-check-modutils: $(UNPACKED_MODUTILS)
+check-modutils: $(UNPACKED_MODUTILS) $(LOADER_RUN)
luatex --interaction=batchmode test-modutils-plain.tex >/dev/null
lualatex --interaction=batchmode test-modutils-latex.tex >/dev/null