From ab36efa0d7d8b511d56cf2fbd3c3d094704eb88e Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 19 May 2008 00:05:18 +0000 Subject: The multiple inclusion guard in help_mp.h has to cover the whole file, including the non-translated parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26835 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a50d99f0d9..dfe3197532 100644 --- a/Makefile +++ b/Makefile @@ -770,9 +770,9 @@ ifeq ($(CHARSET),UTF-8) else iconv -f UTF-8 -t $(CHARSET) "$(HELP_FILE)" >> $@ endif - @echo '#endif /* MPLAYER_HELP_MP_H */' >> $@ @echo '// untranslated messages from the English master file:' >> $@ help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> $@ + @echo '#endif /* MPLAYER_HELP_MP_H */' >> $@ -- cgit v1.2.3