diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-14 09:10:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-14 09:10:11 +0000 |
commit | b63429360053ea95d28defeccfc2c764fdfd90ab (patch) | |
tree | 050d365667f2074381f6b2df3293632a13b274a3 | |
parent | 09af82c9bd093d30c22e3ecf04b8ff310f5cdfa8 (diff) | |
download | glibc-b63429360053ea95d28defeccfc2c764fdfd90ab.tar.gz glibc-b63429360053ea95d28defeccfc2c764fdfd90ab.tar.xz glibc-b63429360053ea95d28defeccfc2c764fdfd90ab.zip |
* Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 5f39ffacd9..e7522c5925 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-14 Roland McGrath <roland@redhat.com> + + * Makefile (manual/%): Add this pattern target to the iconvdata/% rule. + 2002-07-29 Steven Munroe <sjmunroe@us.ibm.com> * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64 diff --git a/Makefile b/Makefile index 41f571e95a..2e2a8af06c 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 |