From 7a76b20d4feaf6f6ff28eda8dcc2e8704de07df8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 23 Aug 2006 11:27:40 +0000 Subject: r17747: ldb's make test should not try to install something metze (This used to be commit ccf9ad0d2ff8388dd76a36426657773a59e6c316) --- source4/lib/ldb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/ldb') 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) -- cgit