]> Pileus Git - ~andy/gtk/commitdiff
Bug 573515 – po-properties/ special Makefile.in.in handling causes
authorMatthas Clasen <mclasen@redhat.com>
Sun, 1 Mar 2009 07:19:15 +0000 (07:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 07:19:15 +0000 (07:19 +0000)
2009-03-01  Matthas Clasen  <mclasen@redhat.com>

        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
po-properties/Makefile.in.in

index 6c85433d508e2cca681eace5186ec38d6a893c34..c2eaa7edb45c0b510684d86f4f76215f44eab4de 100644 (file)
@@ -1,3 +1,12 @@
+2009-03-01  Matthas Clasen  <mclasen@redhat.com>
+
+       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  <yairhr@gmail.com>
 
        * he.po: Updated Hebrew translation.
index dcbf72dbc65bb1810a7a3a9506bffd70f1805d2e..efc14750591db0b02a03b6b2fc3944a52c7f6af8 100644 (file)
@@ -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.