(srcdir=): Edit @srcdir@ into an absolute file name
of the leim subdirectory, so that EMACSLOADPATH doesn't break when titdic-convert chdirs into leim/quail.
This commit is contained in:
parent
651f03b6de
commit
642bbd6f9a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ MAKESHELL=/xyzzy/command
|
|||
/^version=/d
|
||||
/^prefix=/d
|
||||
/^datadir=/s|@datadir@|../..|
|
||||
/^srcdir=/s|@srcdir@|.|
|
||||
/^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
|
||||
|
||||
/^INSTALLDIR=/c\
|
||||
INSTALLDIR=.
|
||||
|
|
Loading…
Add table
Reference in a new issue