From: Ulrich Drepper Date: Mon, 8 Feb 1999 12:14:21 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-as-990315~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3c626555a4cf00bc10a38f021007cfa41ce28d8;p=platform%2Fupstream%2Fglibc.git Update. * Makefile: Allow calling goals for po subdir. --- diff --git a/ChangeLog b/ChangeLog index ddc3cdb..75877e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-02-08 Ulrich Drepper + * 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 7dcbeb8..2000f27 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