diff options
author | Jim Blandy <jimb@redhat.com> | 1992-11-24 02:33:31 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-11-24 02:33:31 +0000 |
commit | a7a4ddb312b44ad1c7ce3b7cec4c69f265c0f293 (patch) | |
tree | 4b665e2c0e5f61f07b4f38d2bdafed2297571007 /src/=Makefile.in | |
parent | eef9dbdc7128da130f70f222d5a8793b0823e456 (diff) | |
download | emacs-a7a4ddb312b44ad1c7ce3b7cec4c69f265c0f293.tar.gz |
* Makefile.in (clean): Remove prefix-args.
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 a95e01e6a59..04a083123b0 100644 --- a/src/=Makefile.in +++ b/src/=Makefile.in @@ -23,7 +23,7 @@ distclean: -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ m/*~ s/*~ \#* *.o clean: - -rm -f temacs xemacs xmakefile* core \#* *.o + -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o xemacs: doxemacs |