changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
13 lines
446 B
Text
13 lines
446 B
Text
$NetBSD: patch-an,v 1.1 2002/10/15 23:07:18 dillo Exp $
|
|
|
|
--- binutils/libiberty/Makefile.in.orig Tue Jan 22 21:14:52 2002
|
|
+++ binutils/libiberty/Makefile.in
|
|
@@ -234,7 +234,7 @@ libiberty.html : $(srcdir)/libiberty.tex
|
|
@MAINT@ echo stamp > stamp-functions
|
|
|
|
INSTALL_DEST = @INSTALL_DEST@
|
|
-install: install_to_$(INSTALL_DEST) install-subdir
|
|
+install:
|
|
|
|
install_to_libdir: all
|
|
$(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
|