1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/mingw32-binutils/files/patch-Makefile.in
2006-12-04 13:55:08 +00:00

22 lines
625 B
Plaintext

--- 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