From acb2f06af190e7a780ce59d0ee3c22ca4a54c324 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sat, 12 Nov 2011 11:57:54 +0000 Subject: [PATCH] Makefile.org: proper libclean on MacOS X. --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.org b/Makefile.org index a81dc51a52..30e0ed66ca 100644 --- a/Makefile.org +++ b/Makefile.org @@ -492,7 +492,7 @@ Makefile: Makefile.org Configure config @false libclean: - rm -f *.map *.so *.so.* *.dll engines/*.so engines/*.dll *.a engines/*.a */lib */*/lib + rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib clean: libclean rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c -- 2.25.1