aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2003-01-22 17:12:03 +0000
committerMarkus Rost2003-01-22 17:12:03 +0000
commit21d07b1d927027dfea07a77d7e8ee8f13dc50d92 (patch)
tree5656737a8eeb0ebd765592fa9bed934e2931d197
parent9ccf54e9a31ae6fdd912adb02d02cac9923911d8 (diff)
downloademacs-21d07b1d927027dfea07a77d7e8ee8f13dc50d92.tar.gz
emacs-21d07b1d927027dfea07a77d7e8ee8f13dc50d92.zip
(bootstrap-after): New target.
(bootstrap): Move finder-data, custom-deps to bootstrap-after.
-rw-r--r--lisp/Makefile.in7
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:
284 284
285# Generate/update files for the bootstrap process. 285# Generate/update files for the bootstrap process.
286 286
287bootstrap: update-subdirs autoloads compile finder-data custom-deps 287bootstrap: update-subdirs autoloads compile
288
289# Generate/update files after the bootstrap process.
290# custom-deps needs `preloaded-file-list'.
291
292bootstrap-after: finder-data custom-deps
288 293
289distclean: 294distclean:
290 -rm -f ./Makefile 295 -rm -f ./Makefile