diff options
Diffstat (limited to 'leim/makefile.nt')
-rw-r--r-- | leim/makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt index b9b55d6c0c6..4785f31ca34 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt @@ -19,7 +19,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -# +# # Sets up the system dependent macros. # !include ..\nt\makefile.def @@ -74,7 +74,7 @@ CHINESE_NON_TIT=$(NON_TIT_GB) $(NON_TIT_BIG5) CHINESE_GB=$(TIT_GB) $(NON_TIT_GB) -CHINESE_BIG5=$(TIT_BIG5) $(NON_TIT_BIG5) +CHINESE_BIG5=$(TIT_BIG5) $(NON_TIT_BIG5) JAPANESE=$(srcdir)/quail/japanese.elc $(srcdir)/ja-dic/ja-dic.elc |