summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sunos5_ghs.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-04 03:55:20 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-04 03:55:20 +0000
commit1b603cb989256c2e08455bdc16d9bbf029421c2a (patch)
treed246c74b8ee0c4e1026cd3a76213f82364b4b40e /include/makeinclude/platform_sunos5_ghs.GNU
parent28466805bb42610fa486e960c8b2c45465600dc2 (diff)
downloadATCD-1b603cb989256c2e08455bdc16d9bbf029421c2a.tar.gz
removed -lw from LIBS
Diffstat (limited to 'include/makeinclude/platform_sunos5_ghs.GNU')
-rw-r--r--include/makeinclude/platform_sunos5_ghs.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_ghs.GNU b/include/makeinclude/platform_sunos5_ghs.GNU
index 7467c50459a..9a09566ad36 100644
--- a/include/makeinclude/platform_sunos5_ghs.GNU
+++ b/include/makeinclude/platform_sunos5_ghs.GNU
@@ -18,7 +18,7 @@ DCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
LDFLAGS = --no_auto_instantiation
-LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -lw
+LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread
OCFLAGS += -OL -OM
PIC = -PIC
RANLIB = @true