From d71e1a7a7fe363d27a0e8256ccfb4cec425c13b5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 13 Jun 2005 09:04:01 +0000 Subject: r7526: make test should depend on the bins (This used to be commit 646953df4c272581211ba30dc77e1052ea1f465e) --- source4/lib/ldb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/Makefile.in') diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index b335331b29..f638b340a1 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -148,7 +148,7 @@ test-schema: @echo "STARTING SCHEMA MODULE TEST" tests/test-schema.sh -test: test-tdb test-ldap test-sqlite3 test-schema +test: $(BINS) test-tdb test-ldap test-sqlite3 test-schema install: all cp include/ldb.h $(includedir) -- cgit