glib r7929 - trunk/po



Author: matthiasc
Date: Sun Mar  1 07:14:12 2009
New Revision: 7929
URL: http://svn.gnome.org/viewvc/glib?rev=7929&view=rev

Log:
Don't use obsolete calling convention for config.status


Modified:
   trunk/po/ChangeLog
   trunk/po/Makefile.in.in

Modified: trunk/po/Makefile.in.in
==============================================================================
--- trunk/po/Makefile.in.in	(original)
+++ trunk/po/Makefile.in.in	Sun Mar  1 07:14:12 2009
@@ -263,8 +263,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]