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. --- src/xbs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xbs/Makefile') diff --git a/src/xbs/Makefile b/src/xbs/Makefile index fcb8ac2..ea5e924 100644 --- a/src/xbs/Makefile +++ b/src/xbs/Makefile @@ -1,2 +1,2 @@ -pkgconfdir = $(sysconfdir) +pkgconfdir = $(sysconfdir)/xbs include ../../common.mk -- cgit v1.2.3-54-g00ecf