summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.lib.GNU
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 12:05:36 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-05-24 12:05:36 +0000
commit1e6956280550b020bee2777037fbbdc951d4ce8d (patch)
tree58ce95068262e8062c1c429f3a931df54eedec2c /ACE/include/makeinclude/rules.lib.GNU
parent8750cb9675b53165d862c7e6b44f22a327deaca2 (diff)
downloadATCD-1e6956280550b020bee2777037fbbdc951d4ce8d.tar.gz
ChangeLogTag: Mon May 24 11:56:32 UTC 2010 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/include/makeinclude/rules.lib.GNU')
-rw-r--r--ACE/include/makeinclude/rules.lib.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/rules.lib.GNU b/ACE/include/makeinclude/rules.lib.GNU
index 54db0dc8994..ddee075b110 100644
--- a/ACE/include/makeinclude/rules.lib.GNU
+++ b/ACE/include/makeinclude/rules.lib.GNU
@@ -261,6 +261,6 @@ ifneq ($(SOVERSION),)
# refer to the same place). SHLIB_WITH_VER should be the same as $@ but
# without the ARCH subdir.
-$(RM) $(VSHLIB_NO_VER)
- -$(LN_S) $(SHLIB_WITH_VER) $(VSHLIB_NO_VER)
+ -$(LN_S) $(@) $(VSHLIB_NO_VER)
endif
-chmod a+rx $@