comparison lisp/Makefile.in @ 49382:8a3c38e8fdae

(bootstrap-after): New target. (bootstrap): Move finder-data, custom-deps to bootstrap-after.
author Markus Rost <rost@math.uni-bielefeld.de>
date Wed, 22 Jan 2003 17:12:03 +0000
parents b23fb6dc0915
children e88404e8f2cf
comparison
equal deleted inserted replaced
49381:d1efc3239673 49382:8a3c38e8fdae
282 if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi 282 if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
283 cd $(lisp); rm -f *.elc */*.elc 283 cd $(lisp); rm -f *.elc */*.elc
284 284
285 # Generate/update files for the bootstrap process. 285 # Generate/update files for the bootstrap process.
286 286
287 bootstrap: update-subdirs autoloads compile finder-data custom-deps 287 bootstrap: update-subdirs autoloads compile
288
289 # Generate/update files after the bootstrap process.
290 # custom-deps needs `preloaded-file-list'.
291
292 bootstrap-after: finder-data custom-deps
288 293
289 distclean: 294 distclean:
290 -rm -f ./Makefile 295 -rm -f ./Makefile
291 296
292 # Makefile ends here. 297 # Makefile ends here.