From 35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Apr 2005 04:12:29 +0000 Subject: r6480: fixed whitespace typo (This used to be commit 1265c9b8a89177db94de5a8e188b666914c1d33c) --- 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 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: -- cgit