blob: 1f5544dc714c59c8dfa8916a89bd8fe7ef9c63a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/plugins/backends/aqhbci/plugin/Makefile
+++ b/src/plugins/backends/aqhbci/plugin/Makefile
@@ -1033,7 +1033,7 @@
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
-all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
+all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) $(PROGRAMS)
installdirs: installdirs-recursive
installdirs-am:
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(xmldatadir)" "$(DESTDIR)$(iheaderdir)"; do \
|