summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2009-04-07 21:03:58 (GMT)
committerThomas Graf <tgr@plip.localdomain>2009-04-16 10:28:58 (GMT)
commitbecae5f37af86c1503e4afc7ef84876c2bb53c3c (patch)
tree84c9832705fc3d987c196fa00b80e5c4308f4c19 /lib
parent1276256a72265145e5d1aae3fa223c94ccc3515d (diff)
downloadlibnl-becae5f37af86c1503e4afc7ef84876c2bb53c3c.zip
libnl-becae5f37af86c1503e4afc7ef84876c2bb53c3c.tar.gz
libnl-becae5f37af86c1503e4afc7ef84876c2bb53c3c.tar.bz2
Remove all versioned libraries on "make clean"
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
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"; \