Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Feb 1999 12:14:21 +0000 (12:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Feb 1999 12:14:21 +0000 (12:14 +0000)
* Makefile: Allow calling goals for po subdir.

ChangeLog
Makefile

index ddc3cdb..75877e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
 
+       * Makefile: Allow calling goals for po subdir.
+
        * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT
        signal definitions.
 
index 7dcbeb8..2000f27 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,7 @@ FORCE:
 rpm/%: subdir_distinfo
        $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
 
-iconvdata/% localedata/%:
+iconvdata/% localedata/% po/%:
        $(MAKE) $(PARALLELMFLAGS) -C $(@D) $(@F)
 
 # This is a special goal for people making binary distributions.  Normally