From: Thomas Vander Stichele Date: Sat, 7 Jan 2006 11:06:38 +0000 (+0000) Subject: gettext.patch: make Makefile depend on LINGUAS, so rebuilds work when adding a language X-Git-Tag: RELEASE_0_10_3~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b121388ece524c0b7035a72bddd191d122d8bf;p=platform%2Fupstream%2Fgst-common.git gettext.patch: make Makefile depend on LINGUAS, so rebuilds work when adding a language Original commit message from CVS: * gettext.patch: make Makefile depend on LINGUAS, so rebuilds work when adding a language --- diff --git a/ChangeLog b/ChangeLog index 041f810..044fb76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-07 Thomas Vander Stichele + + * gettext.patch: + make Makefile depend on LINGUAS, so rebuilds work when adding + a language + 2006-01-03 Michael Smith * check.mak: diff --git a/gettext.patch b/gettext.patch index c00eb34..659718e 100644 --- a/gettext.patch +++ b/gettext.patch @@ -1,5 +1,5 @@ ---- po/Makefile.in.in.orig 2004-01-09 16:35:54.000000000 +0100 -+++ po/Makefile.in.in 2004-01-09 16:36:43.000000000 +0100 +--- po/Makefile.in.in.orig 2006-01-07 12:03:45.000000000 +0100 ++++ po/Makefile.in.in 2006-01-07 12:04:23.000000000 +0100 @@ -11,6 +11,9 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -9,3 +9,15 @@ + SHELL = /bin/sh @SET_MAKE@ + +@@ -305,7 +308,9 @@ + update-gmo: Makefile $(GMOFILES) + @: + +-Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in ++# thomas: add LINGUAS as a dependency so that the Makefile gets rebuilt ++# properly when we add languages ++Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in LINGUAS + cd $(top_builddir) \ + && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ + $(SHELL) ./config.status