Fix ordering of .events/jshint creation.

This commit is contained in:
ccd0 2016-04-19 20:42:48 -07:00
parent 54de0d7a25
commit 099d3e4eb2

View File

@ -211,7 +211,8 @@ tmp/.jshintrc : src/meta/jshint.json tmp/declaration.js tmp/globals-globals.js $
.events/jshint : $(patsubst tmp/%.js,.events/jshint.%,$(dests))
$(BIN)jshint $(call QUOTE,$(patsubst .events/jshint.%,tmp/%.js,$?))
echo -> $@ $(addprefix && echo -> ,$(call QUOTE,$?))
echo - $(addprefix && echo -> ,$(call QUOTE,$?))
echo -> $@
install.json :
echo {}> $@