Skip to content

Commit

Permalink
fix antlr download url
Browse files Browse the repository at this point in the history
  • Loading branch information
bsjaekel committed Jan 18, 2013
1 parent 9c10e5b commit 457b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/antlr/include.mk
Expand Up @@ -15,7 +15,7 @@

ANTLR_VERSION := 3.4
ANTLR := third_party/antlr/antlr-$(ANTLR_VERSION)-complete.jar
ANTLR_BASE_URL := $(OPENTSDB_THIRD_PARTY_BASE_URL)
ANTLR_BASE_URL := "http://www.antlr.org/download"

$(ANTLR): $(ANTLR).md5
set dummy "$(ANTLR_BASE_URL)" "$(ANTLR)"; shift; $(FETCH_DEPENDENCY)
Expand Down

0 comments on commit 457b418

Please sign in to comment.