9b049008ea
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
13 lines
423 B
Text
13 lines
423 B
Text
$NetBSD: patch-ap,v 1.1 2002/10/15 23:07:18 dillo Exp $
|
|
|
|
--- gdb/libiberty/Makefile.in.orig Fri Mar 24 22:31:22 2000
|
|
+++ gdb/libiberty/Makefile.in
|
|
@@ -149,7 +149,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA
|
|
$(RANLIB) $(TARGETLIB)
|
|
|
|
INSTALL_DEST = @INSTALL_DEST@
|
|
-install: install_to_$(INSTALL_DEST) install-subdir
|
|
+install:
|
|
|
|
install_to_libdir: all
|
|
$(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
|