blob: 6adf2a6c4d38d9aa6c70b8b91e90e54829f09a5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.1 2003/05/31 07:24:42 uebayasi Exp $
--- dic/phono/Imakefile.orig Wed Nov 27 16:15:14 1996
+++ dic/phono/Imakefile Fri Jul 30 19:57:02 1999
@@ -27,7 +27,7 @@
ROMAJI_DIC_DEF = -DSHIFT
- DICDIR = $(cannaLibDir)/dic
- SAMPLEDIR = $(cannaLibDir)/sample
- SAMPLESRCDIR = $(cannaLibDir)/sample/src
+ DICDIR = $(DicDir)
+ SAMPLEDIR = $(DicDir)/sample
+ SAMPLESRCDIR = $(DicDir)/sample/src
|