bug 94834, without png and mng, DIRS was " ", r=pavlov, sr=jst

This commit is contained in:
axel%pike.org 2001-09-05 08:48:54 +00:00
Родитель 6935ef2fe1
Коммит 53f7682c96
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -26,14 +26,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = $(PNGDIR) $(MNGDIR)
ifndef MOZ_NATIVE_PNG
PNGDIR = png
DIRS = png
endif
ifndef MOZ_NATIVE_MNG
MNGDIR = mng
DIRS += mng
endif
include $(topsrcdir)/config/rules.mk