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 | |
parent | c56661df71dc43ad5b5343bdea02ef12032950f7 (diff) | |
download | glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.gz glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.tar.xz glibc-c3c626555a4cf00bc10a38f021007cfa41ce28d8.zip |
Update.
* Makefile: Allow calling goals for po subdir.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile | 2 |
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 |