From: Eli Zaretskii Date: Wed, 20 Mar 2002 17:48:13 +0000 (+0000) Subject: (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. X-Git-Tag: ttn-vms-21-2-B4~16069 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fae44638c7db6c1414b4a7ef9ad5f32a7ab9d3ca;p=emacs.git (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. --- diff --git a/msdos/mainmake.v2 b/msdos/mainmake.v2 index 21e277ae7ee..65390accbdf 100644 --- a/msdos/mainmake.v2 +++ b/msdos/mainmake.v2 @@ -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 ..