From 1aa18eee7eb258ded98691e8e87e365e528f5355 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 11 Sep 2000 08:08:24 +0000 Subject: [PATCH] OS_ARCH does not set release numbers --- Makefile.in | 2 +- modules/libjar/Makefile.in | 2 +- xpinstall/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index a470be4db51..f32e1ed8aa5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/modules/libjar/Makefile.in b/modules/libjar/Makefile.in index d886ce0b9a4..8fae0d919e8 100644 --- a/modules/libjar/Makefile.in +++ b/modules/libjar/Makefile.in @@ -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 diff --git a/xpinstall/Makefile.in b/xpinstall/Makefile.in index e8f9fc415a1..eaa3de12c39 100644 --- a/xpinstall/Makefile.in +++ b/xpinstall/Makefile.in @@ -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