summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-08 21:22:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-08 21:22:13 +0000
commited5f632ca1da5e90981d8b44068a622f797e8ef6 (patch)
tree98f8fcdb11c504e201d85a5503aff7bb59b53dd4 /Makefile
parent80dc6cf37b288ecc5e95ca4a910c69aad55ae9ee (diff)
downloadmpv-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--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dc7d52cde..6bf6955f4d 100644
--- a/Makefile
+++ b/Makefile
@@ -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