summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-26 06:36:38 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-26 06:36:38 +0000
commite51a820025472bf01ed337329be690d4c73afc3c (patch)
tree1699e5a3b4ad5e014a58925bf8e8f00f34c6c79d /Makefile
parent371e3cc9c03668583c041879685fc41cfe93a6ce (diff)
downloadmpv-e51a820025472bf01ed337329be690d4c73afc3c.tar.bz2
mpv-e51a820025472bf01ed337329be690d4c73afc3c.tar.xz
Removal of help_mp.h on make distclean, as requested by Felix Buenemann
<atmosfear -at- users(dot)sourceforge(dot)net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13768 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-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: