projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c081587
)
(elclean): Remove auto-autoloads.el and custom-load.el as well.
author
yamaoka
<yamaoka>
Wed, 30 Jun 1999 10:54:43 +0000
(10:54 +0000)
committer
yamaoka
<yamaoka>
Wed, 30 Jun 1999 10:54:43 +0000
(10:54 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
b94b229
..
a99cf80
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-69,7
+69,7
@@
xsome:
cd lisp && $(MAKE) EMACS="$(XEMACS)" some
elclean:
- rm -f lisp/*.elc
+ cd lisp && rm -f *.elc auto-autoloads.el custom-load.el
x:
$(MAKE) EMACS="$(XEMACS)"