(charprop-CMD): Chdir in Emacs rather than in Makefile.
This commit is contained in:
parent
e5403637d7
commit
58617d04c4
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,7 @@ charprop-SH: unidata-gen.elc unidata.txt
|
|||
$(RUNEMACS) --load $${ELC} -f unidata-gen-files $${DATA}
|
||||
|
||||
charprop-CMD: unidata-gen.elc unidata.txt
|
||||
cd $(DSTDIR)
|
||||
$(RUNEMACS) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt
|
||||
cd ../../admin/unidata
|
||||
$(RUNEMACS) --eval $(ARGQUOTE)(cd $(DQUOTE)$(DSTDIR)$(DQUOTE))$(ARGQUOTE) --load $(CURDIR)/unidata-gen.elc -f unidata-gen-files $(CURDIR)/unidata.txt
|
||||
|
||||
${DSTDIR}/charprop.el: charprop-$(SHELLTYPE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue