Browse Source

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

cvs/fedora-2_3-branch
Roland McGrath 24 years ago
parent
commit
b634293600
  1. 4
      ChangeLog
  2. 2
      Makefile

4
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

2
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

Loading…
Cancel
Save