From: Gregory Heytings Date: Mon, 19 Sep 2022 07:50:03 +0000 (+0200) Subject: ; * Makefile.in: Fix typo. X-Git-Tag: emacs-29.0.90~1856^2~375 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f12111af404374977023711abf4f87467e44d62b;p=emacs.git ; * Makefile.in: Fix typo. --- diff --git a/Makefile.in b/Makefile.in index 260962d048e..d118ba6821a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -388,7 +388,7 @@ actual-all: ${SUBDIR} info $(gsettings_SCHEMAS:.xml=.valid) src-depending-on-lis # ADVICE-ON-FAILURE-BEGIN:bootstrap # You might try to: -# - run "git bootstrap configure=default", to rebuild Emacs with the +# - run "make bootstrap configure=default", to rebuild Emacs with the #   default configuration options, which might fix the problem # - run "git clean -fdx" and run "make bootstrap" again, which might #   fix the problem if "git boostrap configure=default" did not