diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-12-21 11:07:49 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-12-21 11:07:49 +0000 |
commit | 648654546fc50f2773a57c2462c17929e506f218 (patch) | |
tree | e70f6028542863a4e770062089db7b5b8583e968 /lisp/Makefile.in | |
parent | 4df45701a9d67fe4afd0830b72f94ac5e4a14d5b (diff) | |
download | emacs-648654546fc50f2773a57c2462c17929e506f218.tar.gz |
(distclean): Remove Makefile in the build directory, not in the source
directory.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8062649645c..87fae4711f8 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -263,6 +263,6 @@ bootstrap-clean: bootstrap: autoloads compile-files custom-deps distclean: - -rm -f $(lisp)/Makefile + -rm -f ./Makefile # Makefile ends here. |