]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: use @SHELL@ for the SHELL make variable definition.
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 May 2013 12:07:53 +0000 (14:07 +0200)
committerDaiki Ueno <ueno@gnu.org>
Wed, 29 May 2013 22:24:49 +0000 (07:24 +0900)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in

index 9eb4109075068d92c7acc8420996985f004955b3..8b1f4dae3bf6934be0a1e476d2cdae5dbda6bcf9 100644 (file)
@@ -1,3 +1,7 @@
+2013-05-30  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  (tiny change)
+
+       * Makefile.in (SHELL): Use @SHELL@ instead of /bin/sh.
+
 2013-03-05  Daiki Ueno  <ueno@gnu.org>
 
        * verify.h: Update copyright year.
index 0f3f46cf10982561c8cb6c7035ed9e3442ca631b..7151d396955f61399f3f999fdd8549b1089ad2a5 100644 (file)
@@ -17,7 +17,7 @@
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
 
-SHELL = /bin/sh
+SHELL = @SHELL@
 
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@