Fixup for
bug 1062235 - Add missing slashes on a CLOSED TREE. r=me
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PREF_JS_EXPORTS = \
$(srcdir)/browser-prefs.js \
$(NULL)
ifdef LIBXUL_SDK
PREF_JS_EXPORTS += \
$(srcdir)/channel-prefs.js
$(NULL)
endif
include $(topsrcdir)/config/rules.mk
ifndef LIBXUL_SDK
# channel-prefs.js is handled separate from other prefs due to bug 756325.
libs:: $(srcdir)/channel-prefs.js
$(call py_action,preprocessor,$(PREF_PPFLAGS) $(ACDEFINES) $^ -o $(DIST)/bin/defaults/pref/channel-prefs.js)
endif