From: Paul Eggert Date: Tue, 16 Apr 2019 18:04:16 +0000 (-0700) Subject: * GNUmakefile: Update comment. X-Git-Tag: emacs-27.0.90~3238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0da7ee82e6b0f952eae1069ec592bb466f71ed3;p=emacs.git * GNUmakefile: Update comment. --- diff --git a/GNUmakefile b/GNUmakefile index e878dbbb55a..a67624e1f73 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,10 +27,10 @@ # newly-built Makefile. If the source tree is already configured, # this file defers to the existing Makefile. -# If you are using a non-GNU 'make', or if you want non-default build -# options, or if you want to build in an out-of-source tree, please -# run "configure" by hand. But run autogen.sh first, if the source -# was checked out directly from the repository. +# If you want non-default build options, or if you want to build in an +# out-of-source tree, you should run 'configure' before running 'make'. +# But run 'autogen.sh' first, if the source was checked out directly +# from the repository. # If a Makefile already exists, just use it.