Skip to content

Commit

Permalink
Makefile: use $@ variable in 000-tor-browser.js recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 3, 2017
1 parent 3228ef0 commit a1d41f5
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 @@ -46,7 +46,7 @@ sourceprefs.js:

TBBBRANCH=tor-browser-52.1.0esr-7.0-2
000-tor-browser.js:
wget -nv "https://gitweb.torproject.org/tor-browser.git/plain/browser/app/profile/000-tor-browser.js?h=$(TBBBRANCH)" -O $@
wget -nv "https://gitweb.torproject.org/tor-browser.git/plain/browser/app/profile/$@?h=$(TBBBRANCH)" -O $@

.PHONY: tbb-diff
tbb-diff: 000-tor-browser.js
Expand Down

0 comments on commit a1d41f5

Please sign in to comment.