diff options
Diffstat (limited to 'devel/avr-binutils/files/patch-aa')
-rw-r--r-- | devel/avr-binutils/files/patch-aa | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa index 7a27308a99ce..8024256b6ea4 100644 --- a/devel/avr-binutils/files/patch-aa +++ b/devel/avr-binutils/files/patch-aa @@ -1,6 +1,18 @@ ---- libiberty/Makefile.in.orig Fri Apr 7 02:01:25 2006 -+++ libiberty/Makefile.in Mon Sep 25 21:54:25 2006 -@@ -330,7 +330,8 @@ +--- ./etc/Makefile.in.orig 2007-03-27 20:09:32.000000000 +0200 ++++ ./etc/Makefile.in 2009-01-06 17:33:01.000000000 +0100 +@@ -64,7 +64,8 @@ + HTMLFILES = standards.html configure.html + + all: info +-install: install-info ++#install: install-info ++install: + + uninstall: + +--- ./libiberty/Makefile.in.orig 2008-07-24 15:51:49.000000000 +0200 ++++ ./libiberty/Makefile.in 2009-01-06 17:33:01.000000000 +0100 +@@ -346,7 +346,8 @@ @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ @@ -8,11 +20,11 @@ +#install: install_to_$(INSTALL_DEST) install-subdir +install: - install_to_libdir: all - ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR) ---- bfd/Makefile.in.orig Fri Jun 23 20:17:19 2006 -+++ bfd/Makefile.in Mon Sep 25 21:54:49 2006 -@@ -1158,7 +1158,8 @@ + # This is tricky. Even though CC in the Makefile contains + # multilib-specific flags, it's overridden by FLAGS_TO_PASS from the +--- ./bfd/Makefile.in.orig 2008-10-16 15:20:48.000000000 +0200 ++++ ./bfd/Makefile.in 2009-01-06 17:33:01.000000000 +0100 +@@ -1222,7 +1222,8 @@ for dir in "$(DESTDIR)$(bfdlibdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done @@ -22,9 +34,9 @@ install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive ---- opcodes/Makefile.in.orig Thu Apr 6 23:49:35 2006 -+++ opcodes/Makefile.in Mon Sep 25 21:55:23 2006 -@@ -837,7 +837,8 @@ +--- ./opcodes/Makefile.in.orig 2008-09-09 10:02:19.000000000 +0200 ++++ ./opcodes/Makefile.in 2009-01-06 17:33:01.000000000 +0100 +@@ -879,7 +879,8 @@ for dir in "$(DESTDIR)$(bfdlibdir)"; do \ test -z "$$dir" || $(mkdir_p) "$$dir"; \ done @@ -34,15 +46,3 @@ install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive ---- etc/Makefile.in.orig Thu Apr 6 23:49:30 2006 -+++ etc/Makefile.in Mon Sep 25 21:55:51 2006 -@@ -59,7 +59,8 @@ - HTMLFILES = standards.html configure.html - - all: info --install: install-info -+#install: install-info -+install: - - uninstall: - |