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@