From 34eb0d9bb4b92c318e0ac3e05a76b47dd070d0f9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 19 Dec 2015 02:28:16 +0100 Subject: add support in make files for sbin and libexec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1f35660..a15afba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,10 +56,11 @@ _VERSION = 1.0 # Used by mk/lang-c.mk _C_STD = c99 _PEDANTIC = yes -_BIN = sleeping-getty +_SBIN = sleeping-getty _OBJ_sleeping-getty = sleeping-getty _HEADER_DIRLEVELS = 0 _CPPFLAGS = -D'PACKAGE="$(PKGNAME)"' -D'PROGRAM_VERSION="$(_VERSION)"' +_BINDIR = SBINDIR # Used by mk/texinfo.mk _TEXINFO_DIRLEVELS = 2 @@ -81,7 +82,7 @@ ___EVERYTHING_INFO = sleeping-getty titlepage-data content hardcopy-copying \ chap/invoking chap/overview \ reusable/macros reusable/paper reusable/titlepage ___EVERYTHING_H = common -_SRC = $(foreach B,$(_BIN),$(foreach F,$(_OBJ_$(B)),$(F).c)) +_SRC = $(foreach B,$(_SBIN),$(foreach F,$(_OBJ_$(B)),$(F).c)) _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \ $(foreach F,$(___EVERYTHING_H),src/$(F).h) \ $(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS -- cgit v1.2.3-70-g09d2