]> git.sesse.net Git - cubemap/commit
Makefile: Implement sysconfdir and localstatedir.
authorPhilipp Kern <pkern@debian.org>
Sun, 8 Sep 2013 21:10:55 +0000 (23:10 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 8 Sep 2013 21:14:59 +0000 (23:14 +0200)
commitc6813ca85e93d07e044201c3a5cdfa8323c3b9f9
tree93d978ce38e25fa66d516802a2658b2621299f0d
parent5c3199cce597186dcee61f7bf732988bbef1e5b5
Makefile: Implement sysconfdir and localstatedir.

It is a bit odd to use $(PREFIX) for some, but not all directories. Make
this a useable middle ground akin autoconf, which allows to pass in
different paths for /var (--localstatedir) and /etc (--sysconfdir).
Makefile