summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-04-30 19:36:53 +0000
committerwtc <devnull@localhost>1998-04-30 19:36:53 +0000
commit8cd65b9f79376863fdfee8144800a77f6cc53d85 (patch)
treef1311f9a23566e24b343e16a7cf7d141fe85c9bc /tools
parent1e332bf7c01e73848e01b7dc81a40efb2553afba (diff)
downloadnspr-hg-8cd65b9f79376863fdfee8144800a77f6cc53d85.tar.gz
Various makefile cleanups. On SCO OpenServer, the value of OS_ARCH
is now 'SCOOS' instead of 'SCO_SV'. Also, we just use the cpp macro 'SCO' and deleted the macro 'SCO_SV'. In pr/src/md/unix/Makefile, we do not assemble the ultrasparc assembly file if we are compiling with gcc.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 0e8b3aa5..8477d866 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -131,7 +131,7 @@ EXTRA_LIBS = -lsocket -lnsl -ldl
#export LD_RUN_PATH = $(PWD)/$(DIST)/lib
endif
-ifeq ($(OS_ARCH), SCO_SV)
+ifeq ($(OS_ARCH), SCOOS)
# SCO Unix needs to link against -lsocket again even though we
# already linked with these system libraries when we built libnspr.so.
EXTRA_LIBS = -lsocket