зеркало из https://github.com/mozilla/pjs.git
Firebird bustage-fix for bug 224578. Since all pref files are now preprocessed
we can remove the custom rules from this Makefile.
This commit is contained in:
Родитель
e9634f0db4
Коммит
117174c274
|
@ -46,7 +46,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
DIRS = profile
|
||||
|
||||
PREF_FILES = $(srcdir)/profile/all.js
|
||||
PREF_JS_EXPORTS = $(srcdir)/profile/all.js
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = MozillaFirebird$(BIN_SUFFIX)
|
||||
|
@ -224,15 +224,9 @@ install::
|
|||
$(SYSINSTALL) $(IFLAGS1) $(srcdir)/default.xpm $(DESTDIR)$(mozappdir)/icons
|
||||
endif
|
||||
|
||||
export:: $(PREF_FILES)
|
||||
@for i in $(PREF_FILES); do rm -f $(DIST)/bin/defaults/pref/`basename $$i`; $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $$i > $(DIST)/bin/defaults/pref/`basename $$i`; done
|
||||
|
||||
export:: brand.dtd.in
|
||||
$(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $^ > brand.dtd
|
||||
|
||||
install:: $(PREF_FILES)
|
||||
@for i in $(PREF_FILES); do rm -f $(DESTDIR)$(mozappdir)/defaults/pref/`basename $$i`; $(PERL) $(topsrcdir)/config/preprocessor.pl $(DEFINES) $(ACDEFINES) $$i > $(DESTDIR)$(mozappdir)/defaults/pref/`basename $$i`; done
|
||||
|
||||
libs::
|
||||
touch $(DIST)/bin/.autoreg
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче