blob: 386c4b81a3dedba99268b70cf105367d53e49817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2011-06-01 09:07:20.000000000 +0800
+++ Makefile 2011-06-01 09:07:54.000000000 +0800
@@ -11,7 +11,7 @@
DATE = date
EMACS = emacs
ETAGS = etags
-FLAGS = -batch -q -no-site-file -l SKK-MK
+FLAGS = -batch -q -no-site-file --eval '(setq PREFIX "${PREFIX}")' --eval '(setq SKK_LISPDIR "${SKK_LISPDIR}")' -l SKK-MK
GZIP = gzip -9
MD5 = md5
RM = /bin/rm -f
|