gtk+ r22429 - trunk/po-properties
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r22429 - trunk/po-properties
- Date: Sun, 1 Mar 2009 07:19:15 +0000 (UTC)
Author: matthiasc
Date: Sun Mar 1 07:19:15 2009
New Revision: 22429
URL: http://svn.gnome.org/viewvc/gtk+?rev=22429&view=rev
Log:
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
Modified:
trunk/po-properties/ChangeLog
trunk/po-properties/Makefile.in.in
Modified: trunk/po-properties/Makefile.in.in
==============================================================================
--- trunk/po-properties/Makefile.in.in (original)
+++ trunk/po-properties/Makefile.in.in Sun Mar 1 07:19:15 2009
@@ -18,7 +18,7 @@
XGETTEXT_KEYWORDS = --keyword --keyword=P_
-SHELL = /bin/sh
+SHELL = @SHELL@
@SET_MAKE@
srcdir = @srcdir@
@@ -248,8 +248,7 @@
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]