From: Richard M. Stallman Date: Tue, 16 Nov 1993 05:38:15 +0000 (+0000) Subject: (extraclean): Prevent wildcard from starting comment. X-Git-Tag: emacs-19.34~10816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22e5421fadd53640676d2dfa9d8a87ef59dded20;p=emacs.git (extraclean): Prevent wildcard from starting comment. --- diff --git a/src/Makefile.in b/src/Makefile.in index 94641729790..ad6e42ded0b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -778,7 +778,7 @@ realclean: distclean 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. */