]> Pileus Git - ~andy/gtk/blobdiff - po-properties/Makefile.in.in
Bug 573515 – po-properties/ special Makefile.in.in handling causes
[~andy/gtk] / po-properties / Makefile.in.in
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.