зеркало из https://github.com/mozilla/pjs.git
Fix build bustage when --disable-editor is used.
Approved by chofmann@netscape.com and leaf@mozilla.org.
This commit is contained in:
Родитель
b41cf27c0b
Коммит
38d429e85f
|
@ -84,6 +84,13 @@ dom/src/jsurl/Makefile
|
|||
dom/tools/Makefile
|
||||
editor/Makefile
|
||||
editor/public/Makefile
|
||||
editor/txmgr/Makefile
|
||||
editor/txmgr/public/Makefile
|
||||
editor/txmgr/src/Makefile
|
||||
editor/txmgr/tests/Makefile
|
||||
editor/txtsvc/Makefile
|
||||
editor/txtsvc/public/Makefile
|
||||
editor/txtsvc/src/Makefile
|
||||
expat/Makefile
|
||||
expat/xmlparse/Makefile
|
||||
expat/xmltok/Makefile
|
||||
|
@ -421,13 +428,6 @@ END_NGMAKEFILES
|
|||
if [ "$MOZ_EDITOR" ]; then
|
||||
add_makefiles <<END_EDITOR_MAKEFILES
|
||||
editor/base/Makefile
|
||||
editor/txmgr/Makefile
|
||||
editor/txmgr/public/Makefile
|
||||
editor/txmgr/src/Makefile
|
||||
editor/txmgr/tests/Makefile
|
||||
editor/txtsvc/Makefile
|
||||
editor/txtsvc/public/Makefile
|
||||
editor/txtsvc/src/Makefile
|
||||
editor/guimgr/Makefile
|
||||
editor/guimgr/src/Makefile
|
||||
editor/guimgr/public/Makefile
|
||||
|
|
|
@ -25,9 +25,11 @@ include $(DEPTH)/config/autoconf.mk
|
|||
DIRS = public
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
DIRS += base guimgr txmgr ui txtsvc
|
||||
DIRS += base guimgr ui
|
||||
endif
|
||||
|
||||
DIRS += txmgr txtsvc
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче