From fae44638c7db6c1414b4a7ef9ad5f32a7ab9d3ca Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 20 Mar 2002 17:48:13 +0000 Subject: [PATCH] (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. --- msdos/mainmake.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .. -- 2.39.2