diff options
author | Seongbae Park <seongbae.park@gmail.com> | 2008-04-02 02:29:33 +0000 |
---|---|---|
committer | Seongbae Park <spark@gcc.gnu.org> | 2008-04-02 02:29:33 +0000 |
commit | ad424a85bc9ff32025a7e2d4c1fb9c90d229eef5 (patch) | |
tree | 435f9dd1e101e6f40674739ce8fe1f29758498c0 | |
parent | 51e5c7b5add4416e66532bf92c6641712a9edad9 (diff) | |
download | gcc-ad424a85bc9ff32025a7e2d4c1fb9c90d229eef5.zip gcc-ad424a85bc9ff32025a7e2d4c1fb9c90d229eef5.tar.gz gcc-ad424a85bc9ff32025a7e2d4c1fb9c90d229eef5.tar.bz2 |
Makefile.tpl (.NOTPARALLEL): Revert previous change.
2008-04-01 Seongbae Park <seongbae.park@gmail.com>
* Makefile.tpl (.NOTPARALLEL): Revert previous change.
* Makefile.in (.NOTPARALLEL): Ditto.
From-SVN: r133815
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -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 30bd744..ff3e907 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 bfce4f1..95441f5 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@ |