diff options
Diffstat (limited to 'devel/mingw32-binutils/files/patch-Makefile.in')
-rw-r--r-- | devel/mingw32-binutils/files/patch-Makefile.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/mingw32-binutils/files/patch-Makefile.in b/devel/mingw32-binutils/files/patch-Makefile.in deleted file mode 100644 index 10cd702f9c20..000000000000 --- a/devel/mingw32-binutils/files/patch-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.in.orig Mon Dec 4 14:32:56 2006 -+++ Makefile.in Mon Dec 4 14:33:11 2006 -@@ -17927,12 +17927,12 @@ - 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) -+# @: $(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 - |