48e98e9e98
default AVR-GCC version now. No repocopy as this port used to exist before. For the history details, see the old avr-gcc-devel port (going to be moved to Attic now).
12 lines
392 B
Text
12 lines
392 B
Text
--- libiberty/Makefile.in.orig Mon Sep 26 22:55:10 2005
|
|
+++ libiberty/Makefile.in Wed Mar 22 22:13:44 2006
|
|
@@ -275,7 +275,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:
|
|
|
|
install_to_libdir: all
|
|
${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR)
|