diff options
author | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-10-17 21:48:40 +0000 |
commit | 6598a78dbc94abbc9498255c057e2dae5971cd23 (patch) | |
tree | e3623b81f0e334d5da9c1e58e0dd8efe05a55d3b /include/makeinclude/wrapper_macros.GNU | |
parent | 8f782902f3e9612437758452f995ed0d4325539f (diff) | |
download | ATCD-6598a78dbc94abbc9498255c057e2dae5971cd23.tar.gz |
ChangeLogTag:Fri Oct 17 16:21:39 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'include/makeinclude/wrapper_macros.GNU')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 3029e9ee2fb..821fa56b545 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -226,7 +226,9 @@ ifeq ($(versioned_so),1) # Name that will be written into the dynamic library # - SONAME = $(SHLIB)$(SOVERSION) + ifndef SONAME + SONAME = $(SHLIB)$(SOVERSION) + endif # SONAME endif # versioned_so #---------------------------------------------------------------------------- |