1
0
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:
Eli Zaretskii 2008-02-02 17:55:39 +00:00
parent e5403637d7
commit 58617d04c4

View File

@ -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)