Bug 620931 part 2 - When building --with-libxul-sdk, use the right preferences directory. r=bsmedberg

This commit is contained in:
Mike Hommey 2011-03-24 15:27:55 +01:00
parent 765d4f1b6c
commit f666d38490
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ libs-%:
@$(MAKE) -C ../../toolkit/locales libs-$* BOTH_MANIFESTS=1
@$(MAKE) -C ../../services/sync/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
@$(MAKE) -C ../../extensions/spellcheck/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=defaults/pref BOTH_MANIFESTS=1
@$(MAKE) libs AB_CD=$* XPI_NAME=locale-$* PREF_DIR=$(PREF_DIR) BOTH_MANIFESTS=1
@$(MAKE) -C $(DEPTH)/$(MOZ_BRANDING_DIRECTORY)/locales AB_CD=$* XPI_NAME=locale-$* BOTH_MANIFESTS=1

View File

@ -315,7 +315,7 @@ OMNIJAR_FILES = \
NON_OMNIJAR_FILES += \
chrome/icons/\* \
defaults/pref/channel-prefs.js \
$(PREF_DIR)/channel-prefs.js \
res/cursors/\* \
res/MainMenu.nib/\* \
$(NULL)