From 070f0ab10bddad9db9128c72d4c13c1d93a17802 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Fri, 12 Apr 2013 11:18:36 +0200 Subject: Makefile now compatible with GNU Make 3.81 and 3.82 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3