(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.

This commit is contained in:
Eli Zaretskii 2002-03-20 17:48:13 +00:00
parent 1af6e3a944
commit fae44638c7

View file

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