From: Roland McGrath Date: Sat, 14 Sep 2002 09:10:11 +0000 (+0000) Subject: * Makefile (manual/%): Add this pattern target to the iconvdata/% rule. X-Git-Tag: upstream/2.30~21138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b63429360053ea95d28defeccfc2c764fdfd90ab;p=external%2Fglibc.git * Makefile (manual/%): Add this pattern target to the iconvdata/% rule. --- diff --git a/ChangeLog b/ChangeLog index 5f39ffa..e7522c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-14 Roland McGrath + + * Makefile (manual/%): Add this pattern target to the iconvdata/% rule. + 2002-07-29 Steven Munroe * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64 diff --git a/Makefile b/Makefile index 41f571e..2e2a8af 100644 --- a/Makefile +++ b/Makefile @@ -312,7 +312,7 @@ FORCE: rpm/%: subdir_distinfo $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) -iconvdata/% localedata/% po/%: +iconvdata/% localedata/% po/% manual/%: $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) # This is a special goal for people making binary distributions. Normally