Changed check for EDITOR to MOZ_EDITOR.

This commit is contained in:
cls%seawood.org 1998-09-30 00:53:10 +00:00
Родитель feb721781c
Коммит b68d27d653
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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)