diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-08 12:14:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-08 12:14:21 +0000 |
commit | c3c626555a4cf00bc10a38f021007cfa41ce28d8 (patch) | |
tree | 2a4e2ab322b75cc57215c379ddc362b5ca204f87 /Makefile | |
parent | c56661df71dc43ad5b5343bdea02ef12032950f7 (diff) | |
download | glibc-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-- | Makefile | 2 |
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 |