From 68308cee40f6562f8fa9f3cd8ecc4405f699833e Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 3 Jul 2008 18:09:08 +0000 Subject: No longer install utils into /sbin/ (with the justification that "that's just how we've always done it"). Use what configure detected sbindir as. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4534 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7a29a7..3aaac90 100644 --- a/Makefile +++ b/Makefile @@ -87,9 +87,7 @@ LTZ_SO_MINOR_VER:=0 # libdir, includedir and mandir are defined in makeopts (from # configure). -# we use /sbin, rather than configure's $(sbindir) because we use /sbin -# for historical reasons. -BIN_DIR:=/sbin +BIN_DIR:=$(sbindir) LIB_DIR:=$(libdir) INC_DIR:=$(includedir)/dahdi MAN_DIR:=$(mandir)/man8 -- cgit v1.2.3