Skip to content

Commit

Permalink
Merge pull request zeromq#59 from jcomellas/jc-unchain-c_src-make-tar…
Browse files Browse the repository at this point in the history
…gets

Remove chained targets in c_src/Makefile to avoid rebuild failures
  • Loading branch information
yrashk committed Jun 28, 2013
2 parents ec46734 + f9eb4de commit be81192
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ clean:
distclean:
@rm -rf $(DEPS)

$(DEPS):
$(DEPS)/zeromq3:
@mkdir -p $(DEPS)

$(DEPS)/zeromq-$(ZEROMQ_VERSION).tar.gz: $(DEPS)
@curl http://download.zeromq.org/zeromq-$(ZEROMQ_VERSION).tar.gz -o $(DEPS)/zeromq-$(ZEROMQ_VERSION).tar.gz

$(DEPS)/zeromq3: $(DEPS)/zeromq-$(ZEROMQ_VERSION).tar.gz
@cd $(DEPS) && tar xzvfp zeromq-$(ZEROMQ_VERSION).tar.gz && mv zeromq-$(ZEROMQ_VERSION) zeromq3

$(DEPS)/zeromq3/src/.libs/libzmq.a: $(DEPS)/zeromq3
Expand Down

0 comments on commit be81192

Please sign in to comment.