From fb8289f44a58c9462434eba8eaffd58c3f417c42 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 14 Mar 2017 08:39:27 -0700 Subject: [PATCH] gnulib-tool: fix typo in comment output * gnulib-tool (func_import): Fix typo with previous change. --- ChangeLog | 3 +++ gnulib-tool | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09aec7b501..6ae54d5e59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2017-03-14 Paul Eggert + gnulib-tool: fix typo in comment output + * gnulib-tool (func_import): Fix typo with previous change. + snippets: work around GNU Make 3.82 VPATH When using 'gnulib-tool --gnu-make' on Emacs, and building the resulting tarball on Solaris 10 which bundles GNU Make 3.82, diff --git a/gnulib-tool b/gnulib-tool index 3ff40b8790..12a167b56f 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -5115,7 +5115,7 @@ s,^\(.................................................[^ ]*\) *, func_append actioncmd " --lgpl=$lgpl" fi fi - if test -n "$gnu_make"; then + if $gnu_make; then func_append actioncmd " --gnu-make" fi if test -n "$makefile_name"; then -- 2.39.5