Don't use obsolete calling convention for config.status
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 07:14:12 +0000 (07:14 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Mar 2009 07:14:12 +0000 (07:14 +0000)
svn path=/trunk/; revision=7929

po/ChangeLog
po/Makefile.in.in

index 1a55d1543b3169c431e975c91a27eae74ad4bb94..28130bbd33f9f0626eaa58c9cecfebcf01a59375 100644 (file)
@@ -1,3 +1,8 @@
+2009-03-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * Makefile.in.in: Don't use obsolete calling convention for
+       config.status.
+
 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 573527 – Wrong shell to run config.status in Makefile.in.in
index 1686b0f75caab3e2fed6de92b0007bc48c864c56..15d6a20800dacf33dbbb616725db16e104b250ab 100644 (file)
@@ -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.