From becae5f37af86c1503e4afc7ef84876c2bb53c3c Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 7 Apr 2009 17:03:58 -0400 Subject: [PATCH] Remove all versioned libraries on "make clean" --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index ce42ed6..80dd1ca 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -84,7 +84,7 @@ $(NF_LIB): $(NF_LIB).$(PACKAGE_VERSION) clean: @echo " CLEAN lib"; \ - $(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS) + $(RM) -f $(ALL_OBJ) $(LIBS) $(DEPS) *.so.* distclean: @echo " DISTCLEAN lib"; \