+2009-02-27 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (Makefile): Use @SHELL@, not $(SHELL).
+ Reported by Scott James Remnant <scott@ubuntu.com>.
+
2009-01-18 Bruno Haible <bruno@clisp.org>
* Makefile.in.in (.po.gmo): Pass --verbose to msgfmt when producing
update-gmo: Makefile $(GMOFILES)
@:
+# Recreate Makefile by invoking config.status. Explicitly invoke the shell,
+# because execution permission bits may not work on the current file system.
+# Use @SHELL@, which is the shell determined by autoconf for the use by its
+# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient.
Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
cd $(top_builddir) \
- && $(SHELL) ./config.status $(subdir)/$@.in po-directories
+ && @SHELL@ ./config.status $(subdir)/$@.in po-directories
force:
+2009-02-27 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (Makefile): Use @SHELL@, not $(SHELL).
+ Reported by Scott James Remnant <scott@ubuntu.com>.
+
2009-01-18 Bruno Haible <bruno@clisp.org>
* Makefile.in.in (.po.gmo): Pass --verbose to msgfmt when producing
update-gmo: Makefile $(GMOFILES)
@:
+# Recreate Makefile by invoking config.status. Explicitly invoke the shell,
+# because execution permission bits may not work on the current file system.
+# Use @SHELL@, which is the shell determined by autoconf for the use by its
+# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient.
Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@
cd $(top_builddir) \
- && $(SHELL) ./config.status $(subdir)/$@.in po-directories
+ && @SHELL@ ./config.status $(subdir)/$@.in po-directories
force: