author | Robert Schiele <rschiele@gmail.com> | |
Sat, 1 Dec 2007 17:05:40 +0000 (18:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Dec 2007 06:11:53 +0000 (22:11 -0800) | ||
commit | 41650765dea25b7804a9fdf41ce0b7db59816734 | |
tree | db51507cb9305ecdf7d138eb2537579df905e496 | tree | snapshot |
parent | 0f6f195b771eb09beda59bb29d3a1c46454085e8 | commit | diff |
install-sh from automake does not like -m without delimiting space
The install-sh script as shipped with automake requires a space between
the -m switch and its argument. Since this is also the regular way of
doing it with other install implementations this change inserts the
missing space in all makefiles.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The install-sh script as shipped with automake requires a space between
the -m switch and its argument. Since this is also the regular way of
doing it with other install implementations this change inserts the
missing space in all makefiles.
Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile | diff | blob | history | |
Makefile | diff | blob | history | |
templates/Makefile | diff | blob | history |