Skip to content

Commit

Permalink
fix build zsync on nightly bot
Browse files Browse the repository at this point in the history
  • Loading branch information
chrox committed Aug 1, 2014
1 parent 9d54e91 commit 7bd19df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ $(OUTPUT_DIR)/tar:
# zsync: rsync over HTTP

$(OUTPUT_DIR)/zsync:
cd $(ZSYNC_DIR) && aclocal ; autoheader; \
automake --force-missing --add-missing ; autoconf && ./configure \
cd $(ZSYNC_DIR) && autoreconf -fi && ./configure -q \
$(if $(EMULATE_READER),,--host=$(CHOST)) \
&& $(MAKE) -j$(PROCESSORS)
cp $(ZSYNC_DIR)/zsync $(OUTPUT_DIR)/
Expand Down

0 comments on commit 7bd19df

Please sign in to comment.