Fix LSP not being re-created on script updates.

This commit is contained in:
Thulinma 2012-09-07 13:10:41 +02:00
parent a4ff027077
commit 771a94b08e

View file

@ -29,7 +29,7 @@ embed.js.h: $(srcdir)/embed.js
xxd -i embed.min.js | sed s/_min_/_/g > embed.js.h
rm embed.min.js
server.html: $(lspDATA)
server.html: $(lspDATA) $(lspSOURCES)
$(CLOSURE) $(lspSOURCES) > compressed.js
cat $(lspdir)/header.html > $@
echo "<script>" >> $@