diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-08 21:22:13 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-08 21:22:13 +0000 |
commit | ed5f632ca1da5e90981d8b44068a622f797e8ef6 (patch) | |
tree | 98f8fcdb11c504e201d85a5503aff7bb59b53dd4 /Makefile | |
parent | 80dc6cf37b288ecc5e95ca4a910c69aad55ae9ee (diff) | |
download | mpv-ed5f632ca1da5e90981d8b44068a622f797e8ef6.tar.bz2 mpv-ed5f632ca1da5e90981d8b44068a622f797e8ef6.tar.xz |
Remove useless output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -736,7 +736,6 @@ endif @echo '#endif /* MPLAYER_HELP_MP_H */' >> help_mp.h ifneq ($(HELP_FILE),help/help_mp-en.h) - @echo "Adding untranslated messages to help_mp.h" @echo '// untranslated messages from the English master file:' >> help_mp.h @help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h endif |