diff options
| -rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index d7ed0676b0c..7bfed3fd5ea 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -45,8 +45,9 @@ | |||
| 45 | # make maintainer-clean | 45 | # make maintainer-clean |
| 46 | # Delete everything from the current directory that can be | 46 | # Delete everything from the current directory that can be |
| 47 | # reconstructed with this Makefile. This typically includes | 47 | # reconstructed with this Makefile. This typically includes |
| 48 | # everything deleted by distclean, plus more: C source files | 48 | # everything deleted by distclean, plus more: .elc files, |
| 49 | # produced by Bison, tags tables, info files, and so on. | 49 | # C source files produced by Bison, tags tables, info files, |
| 50 | # and so on. | ||
| 50 | # | 51 | # |
| 51 | # make extraclean | 52 | # make extraclean |
| 52 | # Still more severe - delete backup and autosave files, too. | 53 | # Still more severe - delete backup and autosave files, too. |