Remove useless output.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-08 21:22:13 +00:00
parent 80dc6cf37b
commit ed5f632ca1
1 changed files with 0 additions and 1 deletions

View File

@ -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