fix the build breakage...make sure necko is defined.

This commit is contained in:
mscott%netscape.com 1999-07-29 02:44:21 +00:00
Родитель 94546e7ac3
Коммит cd28fa26cc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -53,7 +53,7 @@ LINCS = -I$(PUBLIC)/js \
-I$(DEPTH)\include \
-I$(PUBLIC)/libreg \
LCFLAGS = -DMOZILLA_CLIENT
LCFLAGS = -DMOZILLA_CLIENT -DNECKO
# I'm hardcoding the directory name here to fix MOZ_LITE
# it was $(DIST_PREFIX) instead of WIN, which is the same