diff options
| author | Jim Blandy | 1992-11-24 02:33:31 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-11-24 02:33:31 +0000 |
| commit | e684648e8fa6e8fe4c023ebaed3f4a697a00750f (patch) | |
| tree | 683eff4dd1c42ee567b93d9c9f19d51e37ac3bc5 | |
| parent | 7fe7fd40d2cbe4623a31d73a500ef407df882448 (diff) | |
| download | emacs-e684648e8fa6e8fe4c023ebaed3f4a697a00750f.tar.gz emacs-e684648e8fa6e8fe4c023ebaed3f4a697a00750f.zip | |
* Makefile.in (clean): Remove prefix-args.
| -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: | |||
| 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 | ||
| 25 | clean: | 25 | clean: |
| 26 | -rm -f temacs xemacs xmakefile* core \#* *.o | 26 | -rm -f temacs xemacs prefix-args xmakefile* core \#* *.o |
| 27 | 27 | ||
| 28 | xemacs: doxemacs | 28 | xemacs: doxemacs |
| 29 | 29 | ||