* Makefile: Allow calling goals for po subdir.
This commit is contained in:
Ulrich Drepper 1999-02-08 12:14:21 +00:00
parent c56661df71
commit c3c626555a
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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