diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-03-03 14:57:36 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2004-03-03 14:57:36 +0000 |
commit | 8ad02a8de68239cffad40122dbdb7f0e11c261b2 (patch) | |
tree | b50e9dafd1d9f50778ea88b8501a803e70d9e09e /devel/mingw32-binutils/files/patch-Makefile.in | |
parent | - Update to 0.5 (diff) |
Update to latest current version.
Notes
Notes:
svn path=/head/; revision=102834
Diffstat (limited to 'devel/mingw32-binutils/files/patch-Makefile.in')
-rw-r--r-- | devel/mingw32-binutils/files/patch-Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/mingw32-binutils/files/patch-Makefile.in b/devel/mingw32-binutils/files/patch-Makefile.in index 45418efa052b..0f8af91685fd 100644 --- a/devel/mingw32-binutils/files/patch-Makefile.in +++ b/devel/mingw32-binutils/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- 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 +--- Makefile.in.orig Sat Feb 21 09:18:59 2004 ++++ Makefile.in Wed Mar 3 17:15:18 2004 +@@ -20093,10 +20093,10 @@ maybe-install-libiberty: + install-libiberty: installdirs -- @r=`${PWD}`; export r; \ -- s=`cd $(srcdir); ${PWD}`; export s; \ +- @r=`${PWD_COMMAND}`; export r; \ +- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ - $(SET_LIB_PATH) \ - (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install) -+# @r=`${PWD}`; export r; \ -+# s=`cd $(srcdir); ${PWD}`; export s; \ ++# @r=`${PWD_COMMAND}`; export r; \ ++# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ +# $(SET_LIB_PATH) \ +# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install) |