Simplified SHRLIB_LDFLAGS_YES/NO to SHRLIB_LDFLAGS.

This commit is contained in:
Janet B. Anderson
2003-01-23 17:02:32 +00:00
parent 1108c9e00a
commit 407944854b
10 changed files with 18 additions and 20 deletions

View File

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