From cfa0bb207fc4cf6a41d8d3c3b0df8339abf4ce2a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 20 Sep 2013 22:51:23 -0400 Subject: Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/Makefile --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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/$@" -- cgit v1.2.3