Mercurial > emacs
changeset 5035:2906af83fe85
(extraclean): Prevent wildcard from starting comment.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Nov 1993 05:38:15 +0000 |
parents | c7badee38b64 |
children | ef34c5a4d264 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Tue Nov 16 03:30:08 1993 +0000 +++ b/src/Makefile.in Tue Nov 16 05:38:15 1993 +0000 @@ -778,7 +778,7 @@ versionclean: -rm -f emacs emacs-* ../etc/DOC* extraclean: distclean - -rm -f *~ \#* m/*~ s/*~ + -rm -f *~ \#* m/?*~ s/?*~ /* The rule for the [sm] files has to be written a little funny to avoid looking like a C comment to CPP. */