summaryrefslogtreecommitdiff
path: root/leim/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2000-11-24 16:26:56 +0000
committerAndrew Innes <andrewi@gnu.org>2000-11-24 16:26:56 +0000
commit24c53d3628c29ce32904bfa99751c0f71e7eddd4 (patch)
tree03a6b9baecd688f92cf05d402900179898206ccb /leim/makefile.w32-in
parentc3ce5e29ba1a373da2e07f7743a68dbb484f3ed5 (diff)
downloademacs-24c53d3628c29ce32904bfa99751c0f71e7eddd4.tar.gz
(.SUFFIXES): New target, include .elc .el.
Diffstat (limited to 'leim/makefile.w32-in')
-rw-r--r--leim/makefile.w32-in2
1 files changed, 2 insertions, 0 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 2cdf38f0740..3b621924364 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -141,6 +141,8 @@ $(TIT): $(SUBDIRS)
$(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \
-f batch-byte-compile $(TIT:.elc=.el)
+.SUFFIXES: .elc .el
+
.el.elc:
set EMACSLOADPATH=$(buildlisppath)
$(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $<