mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
This commit is contained in:
parent
1af6e3a944
commit
fae44638c7
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ bootstrap-lisp-1:
|
|||
cd lisp; $(MAKE) $(MFLAGS) bootstrap-clean; cd ..
|
||||
|
||||
bootstrap-lisp:
|
||||
cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=../src/b-emacs.exe; cd ..
|
||||
cd lisp; $(MAKE) $(MFLAGS) bootstrap EMACS=${top_srcdir}/src/b-emacs.exe lisp=${top_srcdir}/lisp; cd ..
|
||||
|
||||
bootstrap-src:
|
||||
cd src; $(MAKE) $(MFLAGS) bootstrap; cd ..
|
||||
|
|
|
|||
Loading…
Reference in a new issue