diff options
Diffstat (limited to 'devel/avr-gcc/files/patch-aa')
-rw-r--r-- | devel/avr-gcc/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/avr-gcc/files/patch-aa b/devel/avr-gcc/files/patch-aa index d8682e145771..8fe15263247a 100644 --- a/devel/avr-gcc/files/patch-aa +++ b/devel/avr-gcc/files/patch-aa @@ -1,6 +1,6 @@ ---- libiberty/Makefile.in.orig Tue Jan 22 21:03:29 2002 -+++ libiberty/Makefile.in Tue Jun 4 18:19:26 2002 -@@ -234,7 +234,8 @@ +--- libiberty/Makefile.in.orig Wed Jan 14 22:27:28 2004 ++++ libiberty/Makefile.in Wed Apr 21 11:14:30 2004 +@@ -267,7 +267,8 @@ @MAINT@ echo stamp > stamp-functions INSTALL_DEST = @INSTALL_DEST@ @@ -9,4 +9,4 @@ +install: install_to_libdir: all - $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n + ${mkinstalldirs} $(DESTDIR)$(libdir)$(MULTISUBDIR) |