]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables
authorPaul Jakma <paul@clubi.ie>
Mon, 20 Feb 2006 23:36:28 +0000 (23:36 +0000)
committerJunio C Hamano <junkio@cox.net>
Tue, 21 Feb 2006 08:55:00 +0000 (00:55 -0800)
commite15f545155bb4b2cad4475a25cad8fb576d37dee
tree21c613e23d124aaf5c2a30aa1a4beb04f3efdb18
parent664368886781b7c070233c002597b84628eec571
Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables

- Solaris 9 and up do not need -liconv, so NEEDS_LIBICONV should be set
   only for S8.
- Move the declaration of the uname variables to early in the Makefile
   so they can be referenced by prefix and gitexecdir variables.
- gitexecdir defaults to being same as bindir, it might as well reference
   that variable.

[jc: corrupt patch, sneakily tried to remove inclusion of GIT-VERSION-FILE
 I do not know why I am applying this...]

Signed-off-by: Paul Jakma <paul@quagga.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile