From: Stefano Lattarini Date: Wed, 29 Aug 2012 13:55:54 +0000 (+0200) Subject: build: fix a stray usage of uninitialized $(ME) X-Git-Tag: v8.20~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9669de86888f84546fd164ab41b53bd863c0490d;p=thirdparty%2Fcoreutils.git build: fix a stray usage of uninitialized $(ME) * man/Makefile.am (sc_option_desc_uppercase): Here. --- diff --git a/man/Makefile.am b/man/Makefile.am index 44eb3105fc..84b585f4f3 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -185,7 +185,7 @@ mapped_name = `echo $*|sed 's/^install$$/ginstall/; s/^test$$/[/'` .PHONY: sc_option_desc_uppercase sc_option_desc_uppercase: $(dist_man1_MANS) $(NO_INSTALL_PROGS_DEFAULT:%=%.1) @grep '^\\fB\\-' -A1 *.1 | LC_ALL=C grep '\.1.[A-Z][a-z]' && \ - { echo 1>&2 '$(ME): found initial capitals in --help'; \ + { echo 1>&2 '$@: found initial capitals in --help'; \ exit 1; } || :; .PHONY: sc_man_file_correlation