diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 17:34:44 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-22 17:34:44 +0100 |
commit | 45eb6c5b8f95a7af497ebf011b71825a1956f77b (patch) | |
tree | ea7088ce7537a55a72009938aea1a19497dada98 /source4 | |
parent | 1697f553f1e1991763c8daf7c8a6c878677bf10b (diff) | |
download | samba-45eb6c5b8f95a7af497ebf011b71825a1956f77b.tar.gz samba-45eb6c5b8f95a7af497ebf011b71825a1956f77b.tar.bz2 samba-45eb6c5b8f95a7af497ebf011b71825a1956f77b.zip |
ldb: Fix typo.
(This used to be commit da0952bdd6196b23200063cadd866b1d5551a65c)
Diffstat (limited to 'source4')
-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 8be5d11958..7bd719cdd9 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -213,7 +213,7 @@ valgrindtest: all installcheck: install test -install:: all installdirs installheaders installlibs installbin installdoc \ +install:: all installdirs installheaders installlibs installbin installdocs \ @PYTHON_INSTALL_TARGET@ installdirs: |