about summary refs log tree commit diff
path: root/Makefile
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 /Makefile
parentc56661df71dc43ad5b5343bdea02ef12032950f7 (diff)
downloadglibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.gz
glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.xz
glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.zip
Update.
	* Makefile: Allow calling goals for po subdir.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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