OS_ARCH does not set release numbers

This commit is contained in:
cls%seawood.org 2000-09-11 08:08:24 +00:00
Родитель dea8421e19
Коммит 50cf95135d
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -81,7 +81,7 @@ DIRS += widget/src/gtksuperwin widget/src/gtkxtbin
endif
# Linux and Solaris installer needs standalone libjar, hence standalone zlib
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
DIRS += modules/zlib/standalone
endif

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

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
include $(srcdir)/objs.mk
# Linux and Solaris installer needs standalone libjar
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
DIRS = standalone
endif

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

@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public res src stub
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
ifdef MOZ_ENABLE_GTK
DIRS += wizard/unix/src2
endif