summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-12 11:18:36 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-12 11:18:36 +0200
commit070f0ab10bddad9db9128c72d4c13c1d93a17802 (patch)
tree38b362c01e53867ae4c3e2b6a1407daf52a952b3
parent37823d6e677ae4048a9f6e6fc69d49cb2c9b53ad (diff)
downloadluatexbase-070f0ab10bddad9db9128c72d4c13c1d93a17802.tar.gz
Makefile now compatible with GNU Make 3.81 and 3.82
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 188d1e4..8f2f30d 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ luatexbase.%.lua: %.lua
$(UNPACKED_MCB): luatexbase-mcb.dtx
$(DO_TEX)
- echo \\relax > $(TEST_MCB)
+ echo "\\\relax" > $(TEST_MCB)
$(UNPACKED_REGS): luatexbase-regs.dtx
$(DO_TEX)