From: Pavel Roskin Date: Tue, 7 Apr 2009 21:03:58 +0000 (-0400) Subject: Remove all versioned libraries on "make clean" X-Git-Tag: libnl2_0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=becae5f37af86c1503e4afc7ef84876c2bb53c3c;p=thirdparty%2Flibnl.git Remove all versioned libraries on "make clean" --- 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"; \