From: Hallvard Furuseth Date: Sat, 13 Dec 2014 19:35:08 +0000 (+0100) Subject: make clean: remove *.lo X-Git-Tag: LMDB_0.9.15~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f1417e2634c44fd560c2f7529bd331bd59075afd;p=openldap make clean: remove *.lo --- diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile index 5f8ef64461..bca5cd3819 100644 --- a/libraries/liblmdb/Makefile +++ b/libraries/liblmdb/Makefile @@ -41,7 +41,7 @@ install: $(ILIBS) $(IPROGS) $(IHDRS) for f in $(IDOCS); do cp $$f $(DESTDIR)$(prefix)/man/man1; done clean: - rm -rf $(PROGS) *.[ao] *.so *~ testdb + rm -rf $(PROGS) *.[ao] *.[ls]o *~ testdb test: all rm -rf testdb && mkdir testdb