# HG changeset patch # User Eli Zaretskii # Date 1016646493 0 # Node ID 9402752ef1c710b3b7e6fe39eb5f09a6417bd3cb # Parent d2d6d5e7b5f33fa48d56136b5da0f92fa7ed2f5c (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. diff -r d2d6d5e7b5f3 -r 9402752ef1c7 msdos/mainmake.v2 --- a/msdos/mainmake.v2 Wed Mar 20 17:37:50 2002 +0000 +++ b/msdos/mainmake.v2 Wed Mar 20 17:48:13 2002 +0000 @@ -163,7 +163,7 @@ 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 ..