diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2003-01-22 17:12:03 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2003-01-22 17:12:03 +0000 |
commit | 21d07b1d927027dfea07a77d7e8ee8f13dc50d92 (patch) | |
tree | 5656737a8eeb0ebd765592fa9bed934e2931d197 /lisp/Makefile.in | |
parent | 9ccf54e9a31ae6fdd912adb02d02cac9923911d8 (diff) | |
download | emacs-21d07b1d927027dfea07a77d7e8ee8f13dc50d92.tar.gz |
(bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 65bab7eb196..8c06ad65227 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -284,7 +284,12 @@ bootstrap-clean: # Generate/update files for the bootstrap process. -bootstrap: update-subdirs autoloads compile finder-data custom-deps +bootstrap: update-subdirs autoloads compile + +# Generate/update files after the bootstrap process. +# custom-deps needs `preloaded-file-list'. + +bootstrap-after: finder-data custom-deps distclean: -rm -f ./Makefile |