summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-rw-r--r--source4/lib/ldb/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in
index f164e84c3b..a4801c33b4 100644
--- a/source4/lib/ldb/Makefile.in
+++ b/source4/lib/ldb/Makefile.in
@@ -131,10 +131,10 @@ distclean: clean
rm -f ldb.pc
rm -f Makefile
-installcheck: install tests
+test: all
for t in $(TESTS); do echo STARTING $${t}; $(srcdir)/tests/$${t} || exit 1; done
-test: installcheck
+installcheck: install test
install: all
mkdir -p $(includedir) $(libdir)/pkgconfig $(libdir) $(bindir)