diff options
author | DJ Delorie <dj@redhat.com> | 2002-10-26 03:57:38 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-10-26 03:57:38 +0000 |
commit | 1aa8389d233f4af45b5fe656714a2a0074f1504b (patch) | |
tree | efa1bdfefa4625547258e6c7374faa32f6633fc9 /Makefile.in | |
parent | d57f790f587260e3081fff74558fe12378d6777b (diff) | |
download | gdb-1aa8389d233f4af45b5fe656714a2a0074f1504b.zip gdb-1aa8389d233f4af45b5fe656714a2a0074f1504b.tar.gz gdb-1aa8389d233f4af45b5fe656714a2a0074f1504b.tar.bz2 |
* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
and restrap targets to this rule.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ce4bffa..34d019f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1527,8 +1527,8 @@ all-gcc: # In theory, on an SMP all those dependencies can be resolved # in parallel. # -.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean -bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap +.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap +bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ $(SET_LIB_PATH) \ |