diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-13 09:04:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:06 -0500 |
commit | d71e1a7a7fe363d27a0e8256ccfb4cec425c13b5 (patch) | |
tree | 07e3ea9803b855cbc6170f90b4c514148837cbfc /source4/lib | |
parent | 2b4791ae733488845b2c36bca64db695203de571 (diff) | |
download | samba-d71e1a7a7fe363d27a0e8256ccfb4cec425c13b5.tar.gz samba-d71e1a7a7fe363d27a0e8256ccfb4cec425c13b5.tar.bz2 samba-d71e1a7a7fe363d27a0e8256ccfb4cec425c13b5.zip |
r7526: make test should depend on the bins
(This used to be commit 646953df4c272581211ba30dc77e1052ea1f465e)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |