From: Paul Jakma Date: Mon, 20 Feb 2006 23:36:28 +0000 (+0000) Subject: Makefile tweaks: Solaris 9+ dont need iconv / move up uname variables X-Git-Tag: v1.3.0-rc1~172^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e15f545155bb4b2cad4475a25cad8fb576d37dee?ds=inline;hp=e15f545155bb4b2cad4475a25cad8fb576d37dee 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 Signed-off-by: Junio C Hamano ---