]> code.delx.au - gnu-emacs/commitdiff
* msdos/mainmake.v2: Add missing ChangeLog entry for previous, and fix
authorGlenn Morris <rgm@gnu.org>
Tue, 5 Nov 2013 08:03:58 +0000 (00:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 5 Nov 2013 08:03:58 +0000 (00:03 -0800)
msdos/ChangeLog
msdos/mainmake.v2

index 77aa53ec2749eaac13e918afa1e910eaddb7a1e5..96a5e79b13a0402c28436ea892518cabcef54ab5 100644 (file)
@@ -2,6 +2,7 @@
 
        * autogen/config.in:
        * autogen/Makefile.in: Move here from ../autogen.
+       * mainmake.v2: Use msdos/autogen rather than autogen.
 
 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index c0686deeb89521cb6f1978c9dd17e974becd9edd..81e85a07165abc178cb78a2fd5c3e1d11c20920d 100644 (file)
@@ -64,13 +64,13 @@ MAKESHELL=/xyzzy/command
 top_srcdir := $(subst \,/,$(shell cd))
 
 # Q: Do we need to bootstrap?
-# A: Only if we find msdos/autogen/README, i.e. we are building out of
+# A: Only if we find msdos/autogen/Makefile.in, i.e. we are building out of
 #    a VCS-checkout (not a release), and src/b-emacs.exe does not exist.
 #    This avoids building a bootstrap-emacs and recompiling Lisp files
 #    when building a pretest/release tarball.  Recompiling Lisp files
 #    is BAD because lisp/Makefile.in requires a Unixy shell.
 boot :=
-ifneq ($(wildcard msdos/autogen/README),)
+ifneq ($(wildcard msdos/autogen/Makefile.in),)
 ifeq ($(wildcard src/b-emacs.exe),)
 boot := b-emacs.exe
 endif