(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
authorEli Zaretskii <eliz@gnu.org>
Wed, 20 Mar 2002 17:48:13 +0000 (17:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 20 Mar 2002 17:48:13 +0000 (17:48 +0000)
msdos/mainmake.v2

index 21e277a..65390ac 100644 (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 ..