summaryrefslogtreecommitdiff
path: root/include/makeinclude/rules.lib.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/rules.lib.GNU')
-rw-r--r--include/makeinclude/rules.lib.GNU13
1 files changed, 1 insertions, 12 deletions
diff --git a/include/makeinclude/rules.lib.GNU b/include/makeinclude/rules.lib.GNU
index ddc6eabf0d9..5e9b2a531d1 100644
--- a/include/makeinclude/rules.lib.GNU
+++ b/include/makeinclude/rules.lib.GNU
@@ -119,19 +119,8 @@ endif # RANLIB
ifdef SHLIBBUILD
$(VSHLIB): $(VSHOBJS)
else
-ifeq (1,$(aix_build))
-$(VSHLIB): shr.o
- $(AR) $(ARFLAGS) $@ $?
- -chmod a+rx $@
-ifneq (,$(RANLIB))
- -$(RANLIB) $@
-endif # RANLIB
-
-shr.o: $(VSHOBJS1)
-else
$(VSHLIB): $(VSHOBJS1)
-endif # aix_build
-endif # SHLIBBUILD
+endif
ifdef PRELIB
$(PRELIB)
endif