summaryrefslogtreecommitdiffstats
path: root/mpcommon.mak
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.mak')
-rw-r--r--mpcommon.mak6
1 files changed, 0 insertions, 6 deletions
diff --git a/mpcommon.mak b/mpcommon.mak
index 1809074495..dea0f6b7d0 100644
--- a/mpcommon.mak
+++ b/mpcommon.mak
@@ -23,12 +23,6 @@ $(LIBNAME_COMMON) $(LIBNAME_MPLAYER) $(LIBNAME_MENCODER):
$(AR) r $@ $^
$(RANLIB) $@
-clean::
- rm -f *.o *.a *.ho *~
-
-distclean:: clean
- rm -f *.d test test2
-
%.d: %.c
$(MPDEPEND_CMD) > $@