Turning on the Phoenix default profile

This commit is contained in:
chanial%noos.fr 2002-09-29 18:16:54 +00:00
Родитель 1f96692786
Коммит d77c7e8a85
3 изменённых файлов: 8 добавлений и 7 удалений

Просмотреть файл

@ -42,6 +42,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = profile
PREF_JS_EXPORTS = \
$(srcdir)/profile/all.js \
$(NULL)
ifeq ($(USE_SHORT_LIBNAME), 1)
PROGRAM = phoenix$(BIN_SUFFIX)
else
@ -91,10 +97,11 @@ phoenix:: mozilla.in Makefile.in Makefile $(DEPTH)/config/autoconf.mk
libs:: phoenix
$(INSTALL) $< $(DIST)/bin
install:: phoenix
$(SYSINSTALL) $< $(DESTDIR)$(bindir)
GARBAGE += phoenix
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js)
endif

Просмотреть файл

@ -28,10 +28,4 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
PREF_JS_EXPORTS = \
$(srcdir)/content/all.js \
$(NULL)
include $(topsrcdir)/config/rules.mk
GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, all.js)

Просмотреть файл