chiark / gitweb /
Fix Makefile to correctly pass prefix option
authorDaniel White <daniel@whitehouse.id.au>
Fri, 25 Jul 2008 16:37:04 +0000 (02:37 +1000)
committerDaniel White <daniel@whitehouse.id.au>
Wed, 30 Jul 2008 15:02:51 +0000 (01:02 +1000)
commit29a8a0c94fb61b2a907afd9a9684cff058b9498a
treed4305531f77adfc905be9af590e5e6b22efef6d8
parent36a06e0194e013552499677e431e528ecb2faee9
Fix Makefile to correctly pass prefix option

Was using PREFIX in top level Makefile whereas
Documentation/Makefile was using prefix.  Git's
use prefix, so seems the most reasonable choice.

Signed-off-by: Daniel White <daniel@whitehouse.id.au>
Makefile