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:
cls%seawood.org
1998-09-30 00:53:10 +00:00
parent 52eb848af9
commit f61c2da239
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ endif
include $(DEPTH)/config/config.mk
ifdef EDITOR
ifdef MOZ_EDITOR
CSRCS += layedit.c \
layfree.c \
layimage.c \

View File

@@ -61,7 +61,7 @@ CONFIG_FILES += \
$(NULL)
endif
ifdef EDITOR
ifdef MOZ_EDITOR
CONFIG_FILES += \
init/editor.js \
$(NULL)