Changed SHRLIB_LDFLAGS_* to += definition.

This commit is contained in:
Janet B. Anderson
2002-12-16 22:45:38 +00:00
parent 0ec42a9dae
commit 9d57d57ed0

View File

@ -43,6 +43,6 @@ OPT_CXXFLAGS_NO = -g
STATIC_LDFLAGS_YES = -static
STATIC_LDFLAGS_NO =
SHRLIB_LDFLAGS_YES = -shared
SHRLIB_LDFLAGS_NO =
SHRLIB_LDFLAGS_YES += -shared
SHRLIB_LDFLAGS_NO +=