This commit is contained in:
rbs%maths.uq.edu.au 1999-10-13 00:33:17 +00:00
Родитель 25f636f723
Коммит 8c66e4f435
2 изменённых файлов: 7 добавлений и 5 удалений

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

@ -22,11 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = base html xml xul events build
DIRS = base html xml xul
ifdef MOZ_MATHML
DIRS += mathml
DIRS += mathml
endif
DIRS += events build
include $(topsrcdir)/config/rules.mk

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

@ -17,13 +17,13 @@
DEPTH=..
DIRS=base html xml xul events build \
DIRS=base html xml xul \
!if defined(MOZ_XSL)
xsl \
xsl \
!endif
!ifdef MOZ_MATHML
mathml \
!endif
events build
include <$(DEPTH)\config\rules.mak>