diff options
author | spark <spark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-02 02:29:33 +0000 |
---|---|---|
committer | spark <spark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-04-02 02:29:33 +0000 |
commit | 5b9f41dc207b9a160a865f4a27a5eb5a4f38f216 (patch) | |
tree | 435f9dd1e101e6f40674739ce8fe1f29758498c0 /Makefile.tpl | |
parent | 8f613e771e2314eec47fbe908615ca570b401841 (diff) | |
download | gcc-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
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
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@ |