From: Seongbae Park Date: Wed, 2 Apr 2008 02:29:33 +0000 (+0000) Subject: Makefile.tpl (.NOTPARALLEL): Revert previous change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ad424a85bc9ff32025a7e2d4c1fb9c90d229eef5;p=gcc.git Makefile.tpl (.NOTPARALLEL): Revert previous change. 2008-04-01 Seongbae Park * Makefile.tpl (.NOTPARALLEL): Revert previous change. * Makefile.in (.NOTPARALLEL): Ditto. From-SVN: r133815 --- diff --git a/ChangeLog b/ChangeLog index b3f557243ed..a98cb777f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-01 Seongbae Park + + * Makefile.tpl (.NOTPARALLEL): Revert previous change. + * Makefile.in (.NOTPARALLEL): Ditto. + 2008-04-01 Peter O'Gorman * 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@