summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-18 15:23:24 +0100
committerDiego Biurrun <diego@biurrun.de>2016-03-24 19:17:23 +0100
commit3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093 (patch)
tree8f106a1bed15fa76f4f139204295d21014d92b9e /common.mak
parentb298b36fc008ad94a24929fe770c8189d96bcac4 (diff)
build: Drop redundant removal of compiled object files
This is already taken care of by CLEANSUFFIXES.
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index ed9cbd4dbd..832025d10c 100644
--- a/common.mak
+++ b/common.mak
@@ -58,7 +58,6 @@ LIBSUFFIXES = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a
define RULES
clean::
- $(RM) $(OBJS) $(OBJS:.o=.d)
$(RM) $(HOSTPROGS)
$(RM) $(TOOLS)
endef