diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-30 23:10:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-30 23:10:28 +0000 |
commit | 1f559ec5241c17954a27d6e17b63419ddeeaf317 (patch) | |
tree | 55927d10149492ac656c4c8c10f7b0336a6a82ee /src/=Makefile.in | |
parent | 1c9fc1717f613722cb40dca74d1b6ca66e7971ca (diff) | |
download | emacs-1f559ec5241c17954a27d6e17b63419ddeeaf317.tar.gz |
(clean): Delete libXMenu11.a.
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 eeae7b904da..07c9e989192 100644 --- a/src/=Makefile.in +++ b/src/=Makefile.in @@ -34,7 +34,7 @@ distclean: -rm -f paths.h config.h emacs-* temacs emacs xmakefile core *.o clean: - -rm -f temacs emacs prefix-args xmakefile* core \#* *.o + -rm -f temacs emacs prefix-args xmakefile* core \#* *.o libXMenu11.a versionclean: -rm -f emacs emacs-* ../etc/DOC* |