build: fix a stray usage of uninitialized $(ME)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 Aug 2012 13:55:54 +0000 (15:55 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Aug 2012 13:21:59 +0000 (15:21 +0200)
* man/Makefile.am (sc_option_desc_uppercase): Here.

man/Makefile.am

index 44eb310..84b585f 100644 (file)
@@ -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