aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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
commit4c30c89ca5dfc13a54bcd00297edfc0871493502 (patch)
treeb63302cfde582e95e09d716d0b2fd315ecbffbb6 /Makefile
parentd308ae7304000d3f5c5fa5397c7f742daf468480 (diff)
fixed clean target, it wasn't cleaning the .o file for the lib file for single libs
svn path=/trunk/externals/apple/; revision=13383
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0b129e3..820b38c 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