From 9c017fece2b36531e4a28bc29312e6e623406338 Mon Sep 17 00:00:00 2001 From: Matthas Clasen Date: Sun, 1 Mar 2009 07:19:15 +0000 Subject: [PATCH] =?utf8?q?Bug=20573515=20=E2=80=93=20po-properties/=20spec?= =?utf8?q?ial=20Makefile.in.in=20handling=20causes?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2009-03-01 Matthas Clasen Bug 573515 – po-properties/ special Makefile.in.in handling causes failure to build * Makefile.in.in: Don't hardcode /bin/sh as shell, and don't use obsolete calling convention for config.status. Reported by Loïc Minier svn path=/trunk/; revision=22429 --- po-properties/ChangeLog | 9 +++++++++ po-properties/Makefile.in.in | 5 ++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index 6c85433d5..c2eaa7edb 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,12 @@ +2009-03-01 Matthas Clasen + + Bug 573515 – po-properties/ special Makefile.in.in handling causes + failure to build + + * Makefile.in.in: Don't hardcode /bin/sh as shell, and + don't use obsolete calling convention for config.status. + Reported by Loïc Minier + 2009-02-28 Yair Hershkovitz * he.po: Updated Hebrew translation. diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in index dcbf72dbc..efc147505 100644 --- a/po-properties/Makefile.in.in +++ b/po-properties/Makefile.in.in @@ -18,7 +18,7 @@ VERSION = @VERSION@ XGETTEXT_KEYWORDS = --keyword --keyword=P_ -SHELL = /bin/sh +SHELL = @SHELL@ @SET_MAKE@ srcdir = @srcdir@ @@ -248,8 +248,7 @@ POTFILES: POTFILES.in Makefile: Makefile.in.in ../config.status POTFILES cd .. \ - && CONFIG_FILES=$(subdir)/$@.in CONFIG_HEADERS= \ - $(SHELL) ./config.status + && $(SHELL) ./config.status $(subdir)/$@.in # Tell versions [3.59,3.63) of GNU make not to export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -- 2.43.2