aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-11-24 02:33:31 +0000
committerJim Blandy1992-11-24 02:33:31 +0000
commite684648e8fa6e8fe4c023ebaed3f4a697a00750f (patch)
tree683eff4dd1c42ee567b93d9c9f19d51e37ac3bc5
parent7fe7fd40d2cbe4623a31d73a500ef407df882448 (diff)
downloademacs-e684648e8fa6e8fe4c023ebaed3f4a697a00750f.tar.gz
emacs-e684648e8fa6e8fe4c023ebaed3f4a697a00750f.zip
* Makefile.in (clean): Remove prefix-args.
-rw-r--r--src/Makefile.in2
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:
23 -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ m/*~ s/*~ \#* *.o 23 -rm -f paths.h config.h machine.h system.h emacs-* temacs xemacs xmakefile core *~ m/*~ s/*~ \#* *.o
24 24
25clean: 25clean:
26 -rm -f temacs xemacs xmakefile* core \#* *.o 26 -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o
27 27
28xemacs: doxemacs 28xemacs: doxemacs
29 29