diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-12 11:18:36 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-12 11:18:36 +0200 |
commit | 070f0ab10bddad9db9128c72d4c13c1d93a17802 (patch) | |
tree | 38b362c01e53867ae4c3e2b6a1407daf52a952b3 /Makefile | |
parent | 37823d6e677ae4048a9f6e6fc69d49cb2c9b53ad (diff) | |
download | luatexbase-070f0ab10bddad9db9128c72d4c13c1d93a17802.tar.gz |
Makefile now compatible with GNU Make 3.81 and 3.82
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |