summaryrefslogtreecommitdiff
path: root/japanese/waeijiro-fpw/files/patch-aa
blob: 6c7be36bfe43b18371ef543defb69d4bd916ec9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- Makefile.orig	Sun Jun  8 22:30:55 2003
+++ Makefile	Sat Aug  2 18:13:46 2003
@@ -1,4 +1,7 @@
-SRC_DICT=/home/tf/tmp/WAEIJI52.TXT
+ifeq (,${SRC_DICT})
+SRC_DICT = waeiji52.txt
+endif
+#SRC_DICT=/home/tf/tmp/WAEIJI52.TXT
 INSTALLDIR=/home/dict
 DIR=WAEIJIRO
 # Define Kanji-code on the terminal (jis/euc/sjis)
@@ -7,6 +10,6 @@
 # don't modify below
 
 FPWPARSER = waeijiro-fpw.pl
-FPWPARSERFLAGS = $(LOG_CODE) $(SRC_DICT)
+FPWPARSERFLAGS = -- $(LOG_CODE) $(SRC_DICT)
 
 include fpwutils.mk