mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
14 lines
593 B
Text
14 lines
593 B
Text
diff -ur ../gcc-4.3.4.orig/libiberty/Makefile.in ./libiberty/Makefile.in
|
|
--- ../gcc-4.3.4.orig/libiberty/Makefile.in 2007-07-25 08:26:45.000000000 +0200
|
|
+++ ./libiberty/Makefile.in 2009-10-02 15:20:13.000000000 +0200
|
|
@@ -344,7 +344,8 @@
|
|
@MAINT@ echo stamp > stamp-functions
|
|
|
|
INSTALL_DEST = @INSTALL_DEST@
|
|
-install: install_to_$(INSTALL_DEST) install-subdir
|
|
+#install: install_to_$(INSTALL_DEST) install-subdir
|
|
+install:
|
|
|
|
# This is tricky. Even though CC in the Makefile contains
|
|
# multilib-specific flags, it's overridden by FLAGS_TO_PASS from the
|
|
Only in ./libiberty: Makefile.in.orig
|