diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-04-01 15:59:28 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-04-01 15:59:28 +0300 |
commit | 5bf7c6ce4eb9fb9d35d960636266a5cc36b648c0 (patch) | |
tree | aa49152a59292a0e67fb3df9b031bd8656bbbdf9 /GNUmakefile | |
parent | 12d2fd6037a87241f0966427f5788eb939c37c53 (diff) | |
download | emacs-5bf7c6ce4eb9fb9d35d960636266a5cc36b648c0.tar.gz emacs-5bf7c6ce4eb9fb9d35d960636266a5cc36b648c0.tar.bz2 emacs-5bf7c6ce4eb9fb9d35d960636266a5cc36b648c0.zip |
GNUmakefile: Fix last change.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index c8d4832aab1..0e01b808a0f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,8 +50,8 @@ help: @echo "make distclean -- delete all build and configuration files," @echo " leave only files included in source distribution" @echo "make maintainer-clean -- delete almost everything that can be regenerated" - @echo "make extraclean -- like maintainer-clean, and also all generated files," - @echo " backup files and autosave files" + @echo "make extraclean -- like maintainer-clean, and also delete all generated" + @echo " files, backup files and autosave files" @echo "make bootstrap -- delete all compiled files to force a new bootstrap" @echo " from a clean slate, then build in the normal way" @echo "make uninstall -- remove files installed by 'make install'" |