summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/rules.lib.GNU
diff options
context:
space:
mode:
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 $@