summaryrefslogtreecommitdiff
path: root/devel/avr-binutils/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avr-binutils/files/patch-aa')
-rw-r--r--devel/avr-binutils/files/patch-aa50
1 files changed, 0 insertions, 50 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa
deleted file mode 100644
index 154b211ebfd2..000000000000
--- a/devel/avr-binutils/files/patch-aa
+++ /dev/null
@@ -1,50 +0,0 @@
---- etc/Makefile.in~ 2009-07-31 00:44:48.000000000 +0200
-+++ etc/Makefile.in 2010-03-03 17:13:29.000000000 +0100
-@@ -64,7 +64,8 @@
- HTMLFILES = standards.html configure.html
-
- all: info
--install: install-info
-+#install: install-info
-+install:
-
- uninstall:
-
---- libiberty/Makefile.in~ 2009-08-23 21:03:58.000000000 +0200
-+++ libiberty/Makefile.in 2010-03-03 17:14:00.000000000 +0100
-@@ -321,7 +321,8 @@
- @MAINT@ echo stamp > stamp-functions
-
- INSTALL_DEST = @INSTALL_DEST@
--install: install_to_$(INSTALL_DEST) install-subdir
-+#install: install_to_$(INSTALL_DEST) install-subdir
-+install:
-
- # 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~ 2009-10-16 13:47:48.000000000 +0200
-+++ bfd/Makefile.in 2010-03-03 17:19:17.000000000 +0100
-@@ -1673,8 +1673,9 @@
- for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
--install: $(BUILT_SOURCES)
-- $(MAKE) $(AM_MAKEFLAGS) install-recursive
-+#install: $(BUILT_SOURCES)
-+# $(MAKE) $(AM_MAKEFLAGS) install-recursive
-+install:
- install-exec: install-exec-recursive
- install-data: install-data-recursive
- uninstall: uninstall-recursive
---- opcodes/Makefile.in~ 2009-09-07 14:08:03.000000000 +0200
-+++ opcodes/Makefile.in 2010-03-03 17:19:43.000000000 +0100
-@@ -1051,7 +1051,8 @@
- for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
--install: install-recursive
-+#install: install-recursive
-+install:
- install-exec: install-exec-recursive
- install-data: install-data-recursive
- uninstall: uninstall-recursive