summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 18:51:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-01 18:51:26 +0000
commit8cdc6b1e1c912ad3e989e2c3543dcbf8b9671662 (patch)
tree67d7cacedd95e97b269609cd2eeffe823ec3e5a1 /include
parent3e50f248fddddca766581060f71be4dda44b1c9c (diff)
downloadATCD-8cdc6b1e1c912ad3e989e2c3543dcbf8b9671662.tar.gz
removed -lw from LIBS
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_g++.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU
index acce3545335..d9a547d447b 100644
--- a/include/makeinclude/platform_sunos5_g++.GNU
+++ b/include/makeinclude/platform_sunos5_g++.GNU
@@ -32,7 +32,7 @@ CCFLAGS += $(CFLAGS) -fno-implicit-templates
DLD = $(CXX)
LD = $(CXX)
LDFLAGS +=
-LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw
+LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread
OCFLAGS += -O2
PIC = -fPIC
AR = ar