From 5c7b1e03c1a9a3405608a78c11823048a3f3ea2f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 20 Jun 2014 23:13:30 -0400 Subject: fiddle with file locations I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid. --- config.mk | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index a835102..a43581e 100644 --- a/config.mk +++ b/config.mk @@ -4,22 +4,22 @@ # Note: In the default version of this file, commented out values indicate what # the GNU standards dictate, when our values differ. -DESTDIR ?= +DESTDIR = -#prefix ?= /usr/local -prefix ?= /usr -exec_prefix ?= $(prefix) -bindir ?= $(exec_prefix)/bin -#libexecdir ?= $(exec_prefix)/libexec -libexecdir ?= $(exec_prefix)/lib +#prefix = /usr/local +prefix = /usr +exec_prefix = $(prefix) +bindir = $(exec_prefix)/bin +#libexecdir = $(exec_prefix)/libexec +libexecdir = $(exec_prefix)/lib -datarootdir ?= $(prefix)/share -datadir ?= $(datarootdir) -#sysconfdir ?= $(prefix)/etc -sysconfdir ?= /etc +datarootdir = $(prefix)/share +datadir = $(datarootdir) +#sysconfdir = $(prefix)/etc +sysconfdir = /etc -docdir ?= $(datarootdir)/doc -mandir ?= $(datarootdir)/man +docdir = $(datarootdir)/doc +mandir = $(datarootdir)/man -devtoolsdir ?= $(topdir)/../devtools-par -RONNFLAGS ?= --manual='libretools Manual' --organization='Parabola' +devtoolsdir = $(topdir)/../devtools-par +RONNFLAGS = --manual='libretools Manual' --organization='Parabola' -- cgit v1.2.2