commit 57bd70de17606df28526ad9524f22f64849f66af Author: Erinn Clark erinn@torproject.org Date: Fri Aug 19 20:31:12 2011 +0200
stop calling the install-betteprivacy target in makefiles too --- build-scripts/linux.mk | 2 +- build-scripts/osx.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index d725dd0..deba909 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -449,7 +449,7 @@ compressed-bundle_%: LANGCODE=$* make -f linux.mk compressed-bundle-localized
bundle-localized_%.stamp: - make -f linux.mk copy-files_$* install-extensions install-betterprivacy install-lang-extensions patch-vidalia-language patch-firefox-language patch-pidgin-language update-extension-pref + make -f linux.mk copy-files_$* install-extensions install-lang-extensions patch-vidalia-language patch-firefox-language patch-pidgin-language update-extension-pref touch bundle-localized_$*.stamp
bundle-localized: bundle-localized_$(LANGCODE).stamp diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index f4a25e1..d101ec1 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -443,7 +443,7 @@ bundle_%: compressed-bundle_%: LANGCODE=$* make -f osx.mk compressed-bundle-localized bundle-localized_%.stamp: - make -f osx.mk copy-files_$* install-extensions install-betterprivacy install-httpseverywhere install-noscript install-lang-extensions patch-vidalia-language patch-firefox-language patch-pidgin-language update-extension-pref final + make -f osx.mk copy-files_$* install-extensions install-httpseverywhere install-noscript install-lang-extensions patch-vidalia-language patch-firefox-language patch-pidgin-language update-extension-pref final touch bundle-localized_$*.stamp
bundle-localized: bundle-localized_$(LANGCODE).stamp
tor-commits@lists.torproject.org