Trying to fix OS/2 dom bustage by turning on Transformiix on OS/2 (it's already being built on other platforms).

This commit is contained in:
peterv%netscape.com 2001-07-11 12:05:34 +00:00
Родитель fa2687b14b
Коммит 54a9e33147
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -26,14 +26,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
#Disable Transformiix on OS/2 until bug 53518 is fixed.
ifneq ($(OS_ARCH),OS2)
DIRS = source
ifndef TX_EXE
DIRS += build public
endif
endif
include $(topsrcdir)/config/rules.mk