summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-02 02:29:33 +0000
committerspark <spark@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-02 02:29:33 +0000
commit5b9f41dc207b9a160a865f4a27a5eb5a4f38f216 (patch)
tree435f9dd1e101e6f40674739ce8fe1f29758498c0
parent8f613e771e2314eec47fbe908615ca570b401841 (diff)
downloadgcc-5b9f41dc207b9a160a865f4a27a5eb5a4f38f216.tar.gz
2008-04-01 Seongbae Park <seongbae.park@gmail.com>
* Makefile.tpl (.NOTPARALLEL): Revert previous change. * Makefile.in (.NOTPARALLEL): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133815 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b3f557243ed..a98cb777f20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-01 Seongbae Park <seongbae.park@gmail.com>
+
+ * Makefile.tpl (.NOTPARALLEL): Revert previous change.
+ * Makefile.in (.NOTPARALLEL): Ditto.
+
2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
* MAINTAINERS (Write After Approval): Add myself.
diff --git a/Makefile.in b/Makefile.in
index 30bd744bccc..ff3e9072136 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -394,8 +394,6 @@ LDFLAGS_FOR_TARGET =
# This lives here to allow makefile fragments to contain dependencies.
all:
-.NOTPARALLEL: all-stageprofile-libiberty
-
#### host and target specific makefile fragments come in here.
@target_makefile_frag@
@alphaieee_frag@
diff --git a/Makefile.tpl b/Makefile.tpl
index bfce4f11ccf..95441f5bc43 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -397,8 +397,6 @@ LDFLAGS_FOR_TARGET =
# This lives here to allow makefile fragments to contain dependencies.
all:
-.NOTPARALLEL: all-stageprofile-libiberty
-
#### host and target specific makefile fragments come in here.
@target_makefile_frag@
@alphaieee_frag@