comparison lisp/Makefile.in @ 33667:646b893652e6

(.SUFFIXES): Add .SUFFIXES.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 21 Nov 2000 10:08:52 +0000
parents 335691313bc6
children 0689ddc1751c
comparison
equal deleted inserted replaced
33666:c252d0b48ffe 33667:646b893652e6
129 ${ETAGS} $(lisptagsfiles1) $(lisptagsfiles2) 129 ${ETAGS} $(lisptagsfiles1) $(lisptagsfiles2)
130 130
131 TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) 131 TAGS-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
137 $(DONTCOMPILE:.el=.elc): 139 $(DONTCOMPILE:.el=.elc):
138 -rm -f $@ 140 -rm -f $@