Don't install ${PREFIX}/lib/libiberty.a
This commit resolve conflict with other *-binutils ports
This commit is contained in:
parent
15c0ecd5ec
commit
eec426f864
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91315
1 changed files with 17 additions and 0 deletions
17
devel/mingw32-binutils/files/patch-Makefile.in
Normal file
17
devel/mingw32-binutils/files/patch-Makefile.in
Normal 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
|
Loading…
Reference in a new issue