Makefile: make the monolithic jar PHONY, so it builds everytime for the

jar target
This commit is contained in:
Vincent Batts 2013-01-21 15:10:17 -05:00
parent 8ca736c155
commit 60b8d4427d

View file

@ -193,6 +193,8 @@ build/logstash-$(VERSION)-monolithic.jar:
$(QUIET)jar i $@
@echo "Created $@"
.PHONY: build/logstash-$(VERSION)-monolithic.jar
build/flatgems: | build vendor/bundle
mkdir $@
for i in $(VENDOR_DIR)/gems/*/lib $(VENDOR_DIR)/gems/*/data; do \