* Makefile (clean-elc): Remove *.elx for compile-strict.
authorkaoru <kaoru>
Tue, 19 Feb 2008 11:29:06 +0000 (11:29 +0000)
committerkaoru <kaoru>
Tue, 19 Feb 2008 11:29:06 +0000 (11:29 +0000)
ChangeLog
Makefile

index 797c985..69b0cd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * Makefile (clean-elc): Remove *.elx for compile-strict.
+
 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * INSTALL: Updated recommended version of APEL and FLIM.
index e2fd851..e81ef19 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,8 @@ uninstall-elc:
 
 clean-elc:
        rm -f wl/*.elc wl/*~ wl/auto-autoloads.el wl/custom-load.el \
-               wl/wl-news.el elmo/*.elc utils/*.elc utils/hmac/lisp/*.elc
+               wl/wl-news.el elmo/*.elc utils/*.elc \
+               wl/*.elx elmo/*.elx utils/*.elx
 
 package:
        $(XEMACS) $(FLAGS) -l WL-MK -f compile-wl-package-xmas \