]> git.tuebingen.mpg.de Git - osl.git/commit
Capitalize prefix variable.
authorAndre Noll <maan@systemlinux.org>
Mon, 2 Nov 2009 13:34:15 +0000 (14:34 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 2 Nov 2009 13:34:15 +0000 (14:34 +0100)
commitf55deeb0da0fe02cc3ff713e0a02057764b860a0
tree792203dc6aae738fae3755507c9a3a618b8c032c
parent9ff6afb33c187fd992dd80e34bba30f118044b85
Capitalize prefix variable.

As noted by Steffen Schmidt, in most projects the installation prefix is
spelled in caps, so follow this rule in osl.

Also use ?:= as the assignement operator as it creates a simply expanded
variable which is more suitable for the PREFIX variable.
Makefile