Skip to content

Commit

Permalink
Merge pull request zeromq#37 from chrisavl/master
Browse files Browse the repository at this point in the history
Updates Makefile to use zeromq2-x repo
  • Loading branch information
yrashk committed Apr 4, 2012
2 parents d9e8614 + 597facb commit a3c5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ distclean:

$(DEPS)/zeromq2:
@mkdir $(DEPS)
@git clone git://github.com/zeromq/zeromq2-1.git $(DEPS)/zeromq2
@git clone git://github.com/zeromq/zeromq2-x.git $(DEPS)/zeromq2
@echo $(ZEROMQ_VERSION)
@cd $(DEPS)/zeromq2 && git checkout $(ZEROMQ_VERSION)

Expand Down

0 comments on commit a3c5720

Please sign in to comment.