ebcb40e5e1
port, which is also in sync with winavr/avrstudio. Among other things, this adds support for atmega328... which means new arduino boards should work.
14 lines
576 B
Plaintext
14 lines
576 B
Plaintext
$OpenBSD: patch-libiberty_Makefile_in,v 1.4 2010/06/27 20:58:10 ckuethe Exp $
|
|
--- libiberty/Makefile.in.orig Sat Jun 26 11:22:38 2010
|
|
+++ libiberty/Makefile.in Sat Jun 26 11:31:17 2010
|
|
@@ -321,7 +321,8 @@ libiberty.html : $(srcdir)/libiberty.texi $(TEXISRC)
|
|
@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
|