diff options
| author | Andrew Innes | 2000-11-24 16:26:56 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-11-24 16:26:56 +0000 |
| commit | 24c53d3628c29ce32904bfa99751c0f71e7eddd4 (patch) | |
| tree | 03a6b9baecd688f92cf05d402900179898206ccb | |
| parent | c3ce5e29ba1a373da2e07f7743a68dbb484f3ed5 (diff) | |
| download | emacs-24c53d3628c29ce32904bfa99751c0f71e7eddd4.tar.gz emacs-24c53d3628c29ce32904bfa99751c0f71e7eddd4.zip | |
(.SUFFIXES): New target, include .elc .el.
| -rw-r--r-- | leim/ChangeLog | 6 | ||||
| -rw-r--r-- | leim/makefile.nt | 2 | ||||
| -rw-r--r-- | leim/makefile.w32-in | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/leim/ChangeLog b/leim/ChangeLog index 941640cd9fc..dff25ca58bd 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-11-24 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (.SUFFIXES): New target, include .elc .el. | ||
| 4 | |||
| 5 | * makefile.nt (.SUFFIXES): New target, include .elc .el. | ||
| 6 | |||
| 1 | 2000-11-21 Kenichi Handa <handa@etl.go.jp> | 7 | 2000-11-21 Kenichi Handa <handa@etl.go.jp> |
| 2 | 8 | ||
| 3 | * Makefile.in (.SUFFIXES): New target, include .elc .el. | 9 | * Makefile.in (.SUFFIXES): New target, include .elc .el. |
diff --git a/leim/makefile.nt b/leim/makefile.nt index 9d3a1e46637..39195ff1e55 100644 --- a/leim/makefile.nt +++ b/leim/makefile.nt | |||
| @@ -146,6 +146,8 @@ $(TIT): $(SUBDIRS) | |||
| 146 | $(RUN_EMACS) -l $(buildlisppath)/international/quail \ | 146 | $(RUN_EMACS) -l $(buildlisppath)/international/quail \ |
| 147 | -f batch-byte-compile $(TIT) | 147 | -f batch-byte-compile $(TIT) |
| 148 | 148 | ||
| 149 | .SUFFIXES: .elc .el | ||
| 150 | |||
| 149 | .el.elc: | 151 | .el.elc: |
| 150 | set EMACSLOADPATH=$(buildlisppath) | 152 | set EMACSLOADPATH=$(buildlisppath) |
| 151 | $(RUN_EMACS) -f batch-byte-compile $< | 153 | $(RUN_EMACS) -f batch-byte-compile $< |
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) | |||
| 141 | $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ | 141 | $(SETLOADPATH) $(RUN_EMACS) -l $(buildlisppath)/international/quail \ |
| 142 | -f batch-byte-compile $(TIT:.elc=.el) | 142 | -f batch-byte-compile $(TIT:.elc=.el) |
| 143 | 143 | ||
| 144 | .SUFFIXES: .elc .el | ||
| 145 | |||
| 144 | .el.elc: | 146 | .el.elc: |
| 145 | set EMACSLOADPATH=$(buildlisppath) | 147 | set EMACSLOADPATH=$(buildlisppath) |
| 146 | $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $< | 148 | $(SETLOADPATH) $(RUN_EMACS) -f batch-byte-compile $< |