diff options
| author | Andrew Innes | 2000-11-27 13:01:27 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-11-27 13:01:27 +0000 |
| commit | 49060c51af298ac8991bb8acef489a1b4083e038 (patch) | |
| tree | 16d7543b5260fc862a3a600acb50d1fba8dfade6 /lisp | |
| parent | b2a8e429bae8478f4c3d19cd591c59cf4d00ef13 (diff) | |
| download | emacs-49060c51af298ac8991bb8acef489a1b4083e038.tar.gz emacs-49060c51af298ac8991bb8acef489a1b4083e038.zip | |
(.SUFFIXES): Add .SUFFIXES.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/makefile.nt | 2 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 2 |
3 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ecd91b548c..bdcdd81585f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-11-27 Andrew Innes <andrewi@gnu.org> | ||
| 2 | |||
| 3 | * makefile.nt (.SUFFIXES): Add .SUFFIXES. | ||
| 4 | |||
| 5 | * makefile.w32-in (.SUFFIXES): Add .SUFFIXES. | ||
| 6 | |||
| 1 | 2000-11-27 Miles Bader <miles@gnu.org> | 7 | 2000-11-27 Miles Bader <miles@gnu.org> |
| 2 | 8 | ||
| 3 | * dired.el (dired-get-filename): Return filename verbatim if | 9 | * dired.el (dired-get-filename): Return filename verbatim if |
diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 9f92ab2560c..88c10441ac7 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt | |||
| @@ -159,6 +159,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2) | |||
| 159 | TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) | 159 | TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) |
| 160 | $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) | 160 | $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) |
| 161 | 161 | ||
| 162 | .SUFFIXES: .elc .el | ||
| 163 | |||
| 162 | .el.elc: | 164 | .el.elc: |
| 163 | -$(emacs) -f batch-byte-compile $< | 165 | -$(emacs) -f batch-byte-compile $< |
| 164 | 166 | ||
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index ebe79c14a52..9787ae037f1 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -173,6 +173,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2) | |||
| 173 | TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) | 173 | TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) |
| 174 | $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) | 174 | $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) |
| 175 | 175 | ||
| 176 | .SUFFIXES: .elc .el | ||
| 177 | |||
| 176 | .el.elc: | 178 | .el.elc: |
| 177 | set EMACSLOADPATH=$(lisp) | 179 | set EMACSLOADPATH=$(lisp) |
| 178 | -$(SETLOADPATH) $(emacs) -f batch-byte-compile $< | 180 | -$(SETLOADPATH) $(emacs) -f batch-byte-compile $< |