aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 23:32:08 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 23:32:08 +0000
commit13ccd3ed13ecc2b6ba6fb99068a0bf3623476478 (patch)
treeb7edbebf250cac6ace1ba94b39c2158d02958ba5
parent4a1e933fde8298077611dc1af9b8e02d7dd3f7bb (diff)
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/mapping/; revision=13383
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c613f9..8e5d315 100644
--- a/Makefile
+++ b/Makefile
@@ -207,6 +207,7 @@ install-manual:
clean:
-rm -f -- $(SOURCES:.c=.o)
-rm -f -- $(SOURCES:.c=.$(EXTENSION))
+ -rm -f -- $(LIBRARY_NAME).o
-rm -f -- $(LIBRARY_NAME).$(EXTENSION)
distclean: clean