freebsd-ports/devel/mingw32-binutils/files/patch-Makefile.in
Lev A. Serebryakov 0458943bb0 Update to latest snapshot.
Unbreak with some ugly hack.
2005-04-10 14:59:32 +00:00

19 lines
570 B
Text

--- Makefile.in.orig Tue Jan 4 01:27:39 2005
+++ Makefile.in Sun Apr 10 13:50:22 2005
@@ -14162,11 +14162,11 @@
maybe-install-libiberty: install-libiberty
install-libiberty: installdirs
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(SET_LIB_PATH) \
- $(HOST_EXPORTS) \
- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
+# @r=`${PWD_COMMAND}`; export r; \
+# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+# $(SET_LIB_PATH) \
+# $(HOST_EXPORTS) \
+# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
@endif libiberty