From 49060c51af298ac8991bb8acef489a1b4083e038 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 27 Nov 2000 13:01:27 +0000 Subject: [PATCH] (.SUFFIXES): Add .SUFFIXES. --- lisp/ChangeLog | 6 ++++++ lisp/makefile.nt | 2 ++ lisp/makefile.w32-in | 2 ++ 3 files changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ecd91b548c..bdcdd81585f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-11-27 Andrew Innes + + * makefile.nt (.SUFFIXES): Add .SUFFIXES. + + * makefile.w32-in (.SUFFIXES): Add .SUFFIXES. + 2000-11-27 Miles Bader * 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) TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) +.SUFFIXES: .elc .el + .el.elc: -$(emacs) -f batch-byte-compile $< 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) TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) $(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2) +.SUFFIXES: .elc .el + .el.elc: set EMACSLOADPATH=$(lisp) -$(SETLOADPATH) $(emacs) -f batch-byte-compile $< -- 2.39.2