divertctrl/Makefile.in: adapt to configure.ac changes

With CONFIG_{SBIN,MAN}DIR variables set in configure.ac,
there is no need to load the global Makefile-snippet autoconf.mk.
This commit is contained in:
Peter Marschall 2012-04-22 10:56:24 +02:00
parent ba7afbf1bd
commit a93e0a862a
1 changed files with 3 additions and 9 deletions

View File

@ -17,16 +17,10 @@ INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
prefix = @prefix@
exec_prefix = @exec_prefix@
ifeq (../scripts/autoconf.mk,$(wildcard ../scripts/autoconf.mk))
include ../scripts/autoconf.mk
SBINDIR = $(CONFIG_SBINDIR)
mandir = $(CONFIG_MANDIR)
else
SBINDIR = /sbin
mandir = @mandir@
endif
SBINDIR = $(CONFIG_SBINDIR)
mandir = $(CONFIG_MANDIR)
MAN8DIR = $(mandir)/man8
CC = @CC@
CC = @CC@
.SUFFIXES:
.SUFFIXES: .c .o