]> git.eshelyaron.com Git - emacs.git/commitdiff
(extraclean): Prevent wildcard from starting comment.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 05:38:15 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 05:38:15 +0000 (05:38 +0000)
src/Makefile.in

index 946417297901c2e195711bd6e001d5f19d34ef78..ad6e42ded0b6000898e421a7694965faf26a24a6 100644 (file)
@@ -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. */