diff options
author | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-26 06:36:38 +0000 |
---|---|---|
committer | wight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-26 06:36:38 +0000 |
commit | e51a820025472bf01ed337329be690d4c73afc3c (patch) | |
tree | 1699e5a3b4ad5e014a58925bf8e8f00f34c6c79d | |
parent | 371e3cc9c03668583c041879685fc41cfe93a6ce (diff) |
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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |