Don't install ${PREFIX}/lib/libiberty.a

This commit resolve conflict with other *-binutils ports
This commit is contained in:
Lev A. Serebryakov 2003-10-15 12:45:38 +00:00
parent 15c0ecd5ec
commit eec426f864
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91315

View file

@ -0,0 +1,17 @@
--- Makefile.in.orig Wed Oct 15 16:22:59 2003
+++ Makefile.in Wed Oct 15 16:23:32 2003
@@ -3542,10 +3542,10 @@
.PHONY: install-libiberty maybe-install-libiberty
maybe-install-libiberty:
install-libiberty: installdirs
- @r=`${PWD}`; export r; \
- s=`cd $(srcdir); ${PWD}`; export s; \
- $(SET_LIB_PATH) \
- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
+# @r=`${PWD}`; export r; \
+# s=`cd $(srcdir); ${PWD}`; export s; \
+# $(SET_LIB_PATH) \
+# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
.PHONY: configure-libtool maybe-configure-libtool