From 7b32b8e5eb7cdc8939042ab665f1b80f03036132 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 15 Jun 2013 17:10:59 -0600 Subject: Makefiles: pull the config section into config.mk --- Makefile | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c621a09..be453fb 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,5 @@ -# Configuration -DESTDIR= - -#prefix=/usr/local -prefix=/usr -exec_prefix=$(prefix) -datarootdir=$(prefix)/share - -bindir=$(exec_prefix)/bin -sbindir=$(exec_prefix)/sbin -#sysconfdir=$(prefix)/etc -sysconfdir=/etc -datadir=$(datarootdir) -docdir=$(datarootdir)/doc +topdir = . +include config.mk ################################################################################ -- cgit v1.2.2