# HG changeset patch # User diego # Date 1211154901 0 # Node ID 4b76560a933fac881a7953436ef5ab0c89ffdf2f # Parent 3ff3bd9bf0f9823f9dee516ef79a6c9edd0dc268 Do not hide that we are running a helper script. diff -r 3ff3bd9bf0f9 -r 4b76560a933f Makefile --- a/Makefile Sun May 18 23:33:46 2008 +0000 +++ b/Makefile Sun May 18 23:55:01 2008 +0000 @@ -772,7 +772,7 @@ endif @echo '#endif /* MPLAYER_HELP_MP_H */' >> 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 + help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h