From c3c626555a4cf00bc10a38f021007cfa41ce28d8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 8 Feb 1999 12:14:21 +0000 Subject: [PATCH] Update. * Makefile: Allow calling goals for po subdir. --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4