From 53201da1387982ab0cc726e2aa79555c023111bf Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 10 May 2013 10:35:26 +0200 Subject: [PATCH] fixup: remove an obsolete comment * lib/am/header-vars.am (am__make_running_with_option): Here. Signed-off-by: Stefano Lattarini --- lib/am/header-vars.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 4b9cc04cb..aef1082d8 100644 --- a/lib/am/header-vars.am +++ b/lib/am/header-vars.am @@ -33,8 +33,7 @@ am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' ## Shell code that determines whether the current make instance is ## running with a given one-letter option (e.g., -k, -n) that takes -## no argument. Actually, the only supported option at the moment -## is '-n' (support for '-k' will be added soon). +## no argument. am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ -- 2.47.2