9b049008ea
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
21 lines
670 B
Text
21 lines
670 B
Text
$NetBSD: patch-ar,v 1.1 2002/10/15 23:07:18 dillo Exp $
|
|
|
|
--- gdb/opcodes/Makefile.in.orig Sun Apr 9 14:17:43 2000
|
|
+++ gdb/opcodes/Makefile.in
|
|
@@ -413,15 +413,7 @@ distclean-libLTLIBRARIES:
|
|
|
|
maintainer-clean-libLTLIBRARIES:
|
|
|
|
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
- @$(NORMAL_INSTALL)
|
|
- $(mkinstalldirs) $(DESTDIR)$(libdir)
|
|
- @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
- if test -f $$p; then \
|
|
- echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
|
|
- $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
|
|
- else :; fi; \
|
|
- done
|
|
+install-libLTLIBRARIES:
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
@$(NORMAL_UNINSTALL)
|