Skip to content

Commit

Permalink
Makefile needs to fetch GeoIPASNum.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
nickethier committed Feb 12, 2014
1 parent d8a432d commit ff88e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ vendor/geoip: | vendor
$(QUIET)mkdir $@

.PHONY: vendor-geoip
vendor-geoip: $(GEOIP)
vendor-geoip: $(GEOIP) $(GEOIP_ASN)
$(GEOIP): | vendor/geoip
$(QUIET)$(DOWNLOAD_COMMAND) $@.tmp.gz $(GEOIP_URL)
$(QUIET)gzip -dc $@.tmp.gz > $@.tmp
Expand Down

0 comments on commit ff88e7a

Please sign in to comment.