diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-16 05:38:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-16 05:38:15 +0000 |
commit | 22e5421fadd53640676d2dfa9d8a87ef59dded20 (patch) | |
tree | cd7a2a25fa29a3f46c327e99573f7c3330388e37 /src/Makefile.in | |
parent | b570e6523af3f878baeb829ddc20213043992e84 (diff) | |
download | emacs-22e5421fadd53640676d2dfa9d8a87ef59dded20.tar.gz emacs-22e5421fadd53640676d2dfa9d8a87ef59dded20.tar.bz2 emacs-22e5421fadd53640676d2dfa9d8a87ef59dded20.zip |
(extraclean): Prevent wildcard from starting comment.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |