diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-26 04:12:29 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:18 -0500 |
commit | 35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3 (patch) | |
tree | 1404b8a343fe3acd6eb4295df0d09b1d5fa58491 /source4/lib/ldb/Makefile.in | |
parent | c878d4659b016e7f4866b0315ad8c8f4fd651a01 (diff) | |
download | samba-35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3.tar.gz samba-35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3.tar.bz2 samba-35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3.zip |
r6480: fixed whitespace typo
(This used to be commit 1265c9b8a89177db94de5a8e188b666914c1d33c)
Diffstat (limited to 'source4/lib/ldb/Makefile.in')
-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 f07ab5a1d6..88824f031d 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -84,7 +84,7 @@ bin/ldbtest: tools/ldbtest.o $(LIBS) .yo.3: echo Creating $@ from $< -$(YODL2MAN) -o $@ `dirname $<`/`basename $< .yo` || rm -f $@ - + manpages: $(patsubst %.yo,%.3,$(wildcard man/man3/*.yo)) clean: |