]> sourceware.org Git - glibc.git/commitdiff
* Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
authorRoland McGrath <roland@gnu.org>
Sat, 14 Sep 2002 09:10:11 +0000 (09:10 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 14 Sep 2002 09:10:11 +0000 (09:10 +0000)
ChangeLog
Makefile

index 5f39ffacd9c8354cad83d1217c6e92c78b6fb9a6..e7522c592521a4df7d70dd3935386ceef934a12a 100644 (file)
--- 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
index 41f571e95a93de7c3bc19893cb14ade15a8caa1d..2e2a8af06c59e4d0a6ea9ac4742125235fe2ecfb 100644 (file)
--- 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
This page took 0.049077 seconds and 5 git commands to generate.