comparison lisp/Makefile.in @ 55078:6fd8c9a09dac

(recompile): Compile new files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 21 Apr 2004 22:35:10 +0000
parents e2815226989d
children bb6720f21c54 30dd490f06f2
comparison
equal deleted inserted replaced
55077:6635869bd341 55078:6fd8c9a09dac
279 # Recompile all Lisp files which are newer than their .elc files. 279 # Recompile all Lisp files which are newer than their .elc files.
280 # Note that this doesn't create .elc files. It only recompiles if an 280 # Note that this doesn't create .elc files. It only recompiles if an
281 # .elc is present. 281 # .elc is present.
282 282
283 recompile: doit $(lisp)/progmodes/cc-mode.elc 283 recompile: doit $(lisp)/progmodes/cc-mode.elc
284 $(EMACS) $(EMACSOPT) -f batch-byte-recompile-directory $(lisp) 284 $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
285 285
286 # CC Mode uses a compile time macro system which causes a compile time 286 # CC Mode uses a compile time macro system which causes a compile time
287 # dependency in cc-mode.elc on the macros in cc-langs.el and the 287 # dependency in cc-mode.elc on the macros in cc-langs.el and the
288 # version string in cc-defs.el. 288 # version string in cc-defs.el.
289 $(lisp)/progmodes/cc-mode.elc: \ 289 $(lisp)/progmodes/cc-mode.elc: \