summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b236141f0b..fb7f92f949 100644
--- a/Makefile
+++ b/Makefile
@@ -348,7 +348,7 @@ clean:
distclean: doxygen_clean
-rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
- -rm -f *.o *.a .depend configure.log codecs.conf.h
+ -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
@for a in $(PARTS); do $(MAKE) -C $$a distclean; done
strip: