summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-19 00:05:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-19 00:05:18 +0000
commitab36efa0d7d8b511d56cf2fbd3c3d094704eb88e (patch)
tree07a988950fad6902b8f8058d592e1df113e95d6d /Makefile
parent7016801baeff5c53c154d333dca2d2b3a1e82365 (diff)
downloadmpv-ab36efa0d7d8b511d56cf2fbd3c3d094704eb88e.tar.bz2
mpv-ab36efa0d7d8b511d56cf2fbd3c3d094704eb88e.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 */' >> $@