about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ddc3cdbd2f..75877e4fd1 100644
--- 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.
 
diff --git a/Makefile b/Makefile
index 7dcbeb81eb..2000f274d7 100644
--- 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