dc5fae400f
supported natively, so no external patches needed anymore. Note that this port requires up-to-date avr-binutils, since a few things in the assembler syntax have been changed. Not yet tested on the alpha platform.
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
--- libiberty/Makefile.in.orig Sat Dec 9 00:16:27 2000
|
|
+++ libiberty/Makefile.in Thu Apr 19 22:27:57 2001
|
|
@@ -152,7 +152,8 @@
|
|
$(RANLIB) $(TARGETLIB)
|
|
|
|
INSTALL_DEST = @INSTALL_DEST@
|
|
-install: install_to_$(INSTALL_DEST) install-subdir
|
|
+#install: install_to_$(INSTALL_DEST) install-subdir
|
|
+install:
|
|
|
|
install_to_libdir: all
|
|
$(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
|