Author: Erinn Clark <[email protected]> Date: Thu, 6 Jan 2011 05:51:47 -0800 Subject: add torbutton target back Commit: 4208ed30f5a3f2be09a342ba722c08dc9023bd39
--- build-scripts/linux.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 98949d8..e1b2e8e 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -417,8 +417,8 @@ strip-it-stripper: ## ## Torbutton development version -#torbutton.xpi: -# $(WGET) -O $@ $(TORBUTTON) +torbutton.xpi: + $(WGET) -O $@ $(TORBUTTON) ## NoScript development version noscript.xpi: -- 1.7.1
