From 4f92461a87f8ef9ec018b3f2eb9351106f2f8bf4 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 29 Jan 2001 01:48:06 +0000 Subject: [PATCH] * Makefile.in (bootstrap2-lean): Fix typo. From-SVN: r39324 --- gcc/ChangeLog | 4 ++++ gcc/Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 90f2f068517..97ddcf937c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-28 Alexandre Oliva + + * Makefile.in (bootstrap2-lean): Fix typo. + 2001-01-28 Neil Booth * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4dc4455f09d..d3116493a05 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2941,10 +2941,10 @@ bootstrap-lean : clean_s1 clean_s2 stage3_build bootstrap2: bootstrap -bootstrap2-lean : bootstrap_lean +bootstrap2-lean : bootstrap-lean bootstrap3 bootstrap3-lean: bootstrap - + bootstrap4 bootstrap4-lean: stage4_build unstage1 unstage2 unstage3 unstage4: -- 2.30.2