aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-20 22:51:23 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-09-20 22:51:23 -0400
commitcfa0bb207fc4cf6a41d8d3c3b0df8339abf4ce2a (patch)
tree871d9ee8e6ee5175c61714fd7833a4fec5ff75af
parent91c754b5874877f57888c51c0e9f6221b11f42eb (diff)
Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/Makefile
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 331ae44c..53f3b255 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -443,6 +443,7 @@ $(scintillua_zip):
wget "http://foicica.com/hg/scintillua/archive/tip.zip" && mv tip.zip $@
../lexers: | $(scintillua_zip)
mkdir $@ && unzip -d $@ $| && mv $@/*/* $@
+ cp $@/LexLPeg.cxx $@/lexers/
ln -s $@/lexers/*.lua $@
LexLPeg.cxx: | ../lexers ; ln -s $|/$@ $@
$(lua_tgz): ; wget "http://www.lua.org/ftp/$@"