diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2006-03-23 05:48:44 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2006-03-23 05:48:44 +0000 |
commit | 878628deb703a26a5038c836dbcd49a4900b1a9e (patch) | |
tree | 650585a40b15b4f5d4d8241baef1811ae7181b8a /devel/avr-gcc-devel/files/patch-libiberty-Makefile.in | |
parent | Update to 0.10.2. (diff) |
This brings GCC 4.1.0 for the AVR microcontroller target to the
ports collection.
Diffstat (limited to '')
-rw-r--r-- | devel/avr-gcc-devel/files/patch-libiberty-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/avr-gcc-devel/files/patch-libiberty-Makefile.in b/devel/avr-gcc-devel/files/patch-libiberty-Makefile.in new file mode 100644 index 000000000000..0e0b3ce31173 --- /dev/null +++ b/devel/avr-gcc-devel/files/patch-libiberty-Makefile.in @@ -0,0 +1,12 @@ +--- 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) |