diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-20 10:20:10 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-20 10:20:10 +0000 |
commit | 1511acc65dd82cec5dcdbad21357f47903fed95c (patch) | |
tree | 630466c281347334d98b85d91f9d9e63be8a4e0b /devel/avr-binutils/files | |
parent | - Update to 0.8.2 (diff) |
Fix the plist for this port.
Reminded by: pav
Notes
Notes:
svn path=/head/; revision=287722
Diffstat (limited to 'devel/avr-binutils/files')
-rw-r--r-- | devel/avr-binutils/files/patch-Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/avr-binutils/files/patch-Makefile.in b/devel/avr-binutils/files/patch-Makefile.in new file mode 100644 index 000000000000..f73d53779ee1 --- /dev/null +++ b/devel/avr-binutils/files/patch-Makefile.in @@ -0,0 +1,21 @@ +--- Makefile.in~ 2010-03-03 15:17:40.000000000 +0100 ++++ Makefile.in 2011-12-20 11:11:25.000000000 +0100 +@@ -28750,18 +28750,6 @@ + + .PHONY: install-libiberty maybe-install-libiberty + maybe-install-libiberty: +-@if libiberty +-maybe-install-libiberty: install-libiberty +- +-install-libiberty: installdirs +- @: $(MAKE); $(unstage) +- @r=`${PWD_COMMAND}`; export r; \ +- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ +- $(HOST_EXPORTS) \ +- (cd $(HOST_SUBDIR)/libiberty && \ +- $(MAKE) $(FLAGS_TO_PASS) install) +- +-@endif libiberty + + # Other targets (info, dvi, pdf, etc.) + |