* Makefile (manual/%): Add this pattern target to the iconvdata/% rule.

This commit is contained in:
Roland McGrath 2002-09-14 09:10:11 +00:00
parent 09af82c9bd
commit b634293600
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2002-07-29 Steven Munroe <sjmunroe@us.ibm.com>
* stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64 * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64

View File

@ -312,7 +312,7 @@ FORCE:
rpm/%: subdir_distinfo rpm/%: subdir_distinfo
$(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
iconvdata/% localedata/% po/%: iconvdata/% localedata/% po/% manual/%:
$(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F) $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
# This is a special goal for people making binary distributions. Normally # This is a special goal for people making binary distributions. Normally