From: Matthias Clasen Date: Sun, 1 Mar 2009 07:14:12 +0000 (+0000) Subject: Don't use obsolete calling convention for config.status X-Git-Tag: GLIB_2_19_9~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=87a7377338bff44c7caeb713bac4855d5b6e4a66;p=platform%2Fupstream%2Fglib.git Don't use obsolete calling convention for config.status svn path=/trunk/; revision=7929 --- diff --git a/po/ChangeLog b/po/ChangeLog index 1a55d15..28130bb 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,10 @@ 2009-03-01 Matthias Clasen + * Makefile.in.in: Don't use obsolete calling convention for + config.status. + +2009-03-01 Matthias Clasen + Bug 573527 – Wrong shell to run config.status in Makefile.in.in * Makefile.in.in: Don't hardcode /bin/sh as shell. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 1686b0f..15d6a20 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -263,8 +263,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.