summaryrefslogtreecommitdiff
path: root/libnsl/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libnsl/Makefile.in')
-rw-r--r--libnsl/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in
index 333c4907b..e79268c76 100644
--- a/libnsl/Makefile.in
+++ b/libnsl/Makefile.in
@@ -39,6 +39,8 @@ else
$(top_builddir)lib/libnsl.so: $(libnsl_OUT)/libnsl_so.a $(libc.depend)
endif
$(call link.so,$(libnsl_FULL_NAME),$(ABI_VERSION))
+ # link for backward compatibility
+ $(call link.so,$(libnsl_FULL_NAME),0)
$(libnsl_OUT)/libnsl_so.a: $(libnsl-so-y)
$(Q)$(RM) $@