aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-08 12:14:21 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-08 12:14:21 +0000
commitc3c626555a4cf00bc10a38f021007cfa41ce28d8 (patch)
tree2a4e2ab322b75cc57215c379ddc362b5ca204f87
parentc56661df71dc43ad5b5343bdea02ef12032950f7 (diff)
downloadglibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar
glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.gz
glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.bz2
glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.zip
Update.
* Makefile: Allow calling goals for po subdir.
-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