aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-21 10:08:52 +0000
committerGerd Moellmann2000-11-21 10:08:52 +0000
commit67292de0e257033c9276cbe53a6d504dc67eaf89 (patch)
tree625e52ff1950d46c5645e071473032fb7532dde6
parentef860850335cbc413fe3c9f71dd8deca7b400fdb (diff)
downloademacs-67292de0e257033c9276cbe53a6d504dc67eaf89.tar.gz
emacs-67292de0e257033c9276cbe53a6d504dc67eaf89.zip
(.SUFFIXES): Add .SUFFIXES.
-rw-r--r--lisp/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 3d5bc5537ab..94a4c478cb6 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -131,6 +131,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
131TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) 131TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2)
132 ${ETAGS} -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2) 132 ${ETAGS} -o TAGS-LISP $(lisptagsfiles1) $(lisptagsfiles2)
133 133
134.SUFFIXES: .elc .el
135
134.el.elc: subdirs.el 136.el.elc: subdirs.el
135 -$(emacs) -f batch-byte-compile $< 137 -$(emacs) -f batch-byte-compile $<
136 138