mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
microcontrollers. It includes patches from the WinAVR project to support the ATmega32C1, ATmega32M1, ATmega32U4, and ATtiny167 controllers, and in particular the next generation AVRs ATxmega64A1 and ATxmega128A1. The port has been carefully crafted to peacefully coexist with the non-devel avr-gcc port. All executables installed have the suffix "-43" added for that reason.
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)
|