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:
a561623
)
(install): install *.el files too. to avoid warning about el is newer than elc,
author
yamaoka
<yamaoka>
Fri, 30 Jul 1999 12:06:48 +0000
(12:06 +0000)
committer
yamaoka
<yamaoka>
Fri, 30 Jul 1999 12:06:48 +0000
(12:06 +0000)
exec touch $(lispdir)/*.elc.
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index
ac6f233
..
e84fca1
100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-28,10
+28,11
@@
clever some:
install: clever
rm -f dgnushack.elc
$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
- for p in *.elc; do \
+ for p in *.el *.elc; do \
echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
$(INSTALL_DATA) $$p $(lispdir)/$$p; \
done
+ touch $(lispdir)/*.elc
package:
$(EMACS) $(FLAGS) -f dgnushack-make-package