mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(charprop-CMD): Chdir in Emacs rather than in Makefile.
This commit is contained in:
parent
e5403637d7
commit
58617d04c4
@ -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…
Reference in New Issue
Block a user