Changed check for EDITOR to MOZ_EDITOR.
git-svn-id: svn://10.0.0.236/trunk@11512 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -65,7 +65,7 @@ endif
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
ifdef EDITOR
|
||||
ifdef MOZ_EDITOR
|
||||
CSRCS += layedit.c \
|
||||
layfree.c \
|
||||
layimage.c \
|
||||
|
||||
@@ -61,7 +61,7 @@ CONFIG_FILES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef EDITOR
|
||||
ifdef MOZ_EDITOR
|
||||
CONFIG_FILES += \
|
||||
init/editor.js \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user