git-gui: install-sh from automake does not like -m755
commit74521eee4c9d4c3812b83839d0d98dff72209837
authorRobert Schiele <rschiele@gmail.com>
Sat, 1 Dec 2007 17:05:40 +0000 (1 18:05 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 3 Dec 2007 04:04:02 +0000 (2 23:04 -0500)
treeb541823dc2602df4c8b72b7ad490c7d4107ce03d
parent54051102004addb6021a527be17b124c00d1482a
git-gui: install-sh from automake does not like -m755

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.

Signed-off-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile