From: yamaoka Date: Fri, 30 Jul 1999 12:06:48 +0000 (+0000) Subject: (install): install *.el files too. to avoid warning about el is newer than elc, X-Git-Tag: et-gnus-6_11_08-05~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ca16016c24781d8ec4422b5ecbe12f2148f6cf90;p=elisp%2Fgnus.git- (install): install *.el files too. to avoid warning about el is newer than elc, exec touch $(lispdir)/*.elc. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ac6f233..e84fca1 100644 --- 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