1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/msp430-binutils/files/patch-Makefile.in

18 lines
544 B
Plaintext
Raw Normal View History

2004-08-03 10:52:44 +00:00
--- Makefile.in.orig Mon May 17 23:38:54 2004
+++ Makefile.in Tue Aug 3 12:30:08 2004
@@ -20126,10 +20126,10 @@
maybe-install-libiberty:
2004-08-03 10:52:44 +00:00
install-libiberty: installdirs
2004-08-03 10:52:44 +00:00
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(SET_LIB_PATH) \
- (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
2004-08-03 10:52:44 +00:00
+# @r=`${PWD_COMMAND}`; export r; \
+# s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
+# $(SET_LIB_PATH) \
+# (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) install)
.PHONY: configure-libtool maybe-configure-libtool