blob: 3a104272eef850c42aebe3a7117aea98aef253f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/plugins/Makefile
+++ b/plugins/Makefile
@@ -793,7 +793,7 @@
done
check-am: all-am
check: check-recursive
-all-am: Makefile $(PROGRAMS) $(LTLIBRARIES)
+all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(libdir)"; do \
|