From: Stefano Lattarini Date: Fri, 10 May 2013 08:35:26 +0000 (+0200) Subject: fixup: remove an obsolete comment X-Git-Tag: v1.13.2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53201da1387982ab0cc726e2aa79555c023111bf;p=platform%2Fupstream%2Fautomake.git fixup: remove an obsolete comment * lib/am/header-vars.am (am__make_running_with_option): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am index 4b9cc04..aef1082 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 \ ?) ;; \