From: Alexandre Duret-Lutz Date: Tue, 21 Oct 2003 15:43:11 +0000 (+0000) Subject: typo X-Git-Tag: Release-1-7b~29 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f802808d6e77d02cfd983571c4f92859aae3244a;p=automake.git typo --- diff --git a/lib/am/install.am b/lib/am/install.am index 89ee94ed..1444f38f 100644 --- a/lib/am/install.am +++ b/lib/am/install.am @@ -73,7 +73,7 @@ install-am: all-am install-strip: ## Beware that they are two variables used to install programs: ## INSTALL_PROGRAM is used for ordinary *_PROGRAMS -## install_sh_PROGRAM us used for nobase_*_PROGRAMS (because install-sh +## install_sh_PROGRAM is used for nobase_*_PROGRAMS (because install-sh ## creates directories) ## It's OK to override both with INSTALL_STRIP_PROGRAM, because ## INSTALL_STRIP_PROGRAM uses install-sh (see m4/strip.m4 for a rational).