blob: cd040e12e00a9ddb3816cc1e5b2487b11a8d68a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.2 2005/10/16 12:14:13 jmmv Exp $
--- src/Makefile.in.orig 2005-09-05 12:12:20.000000000 +0200
+++ src/Makefile.in
@@ -645,7 +645,8 @@ clean-noinstLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
+install-pluginLTLIBRARIES:
+do-not-install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
@$(NORMAL_INSTALL)
test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
|