pkgsrc/devel/prc-tools/patches/patch-ar
dillo 9b049008ea upgrade prc-tools to 2.2
changes:
	support for newer versions of palmos (>3.5)
	support for arm
	newer versions of toolchain
2002-10-15 23:07:16 +00:00

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)