about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-20 21:08:40 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-20 21:15:35 +0200
commit75c51570c710aa9c6df6b7a1e131392e1408c63f (patch)
treeb0ebc4733220d33ec5862cb99ecdbd40d471d0b0 /support/Makefile
parentb62bb3bc683ab1ca5f69631f0b588a406370d5dc (diff)
downloadglibc-75c51570c710aa9c6df6b7a1e131392e1408c63f.tar.gz
glibc-75c51570c710aa9c6df6b7a1e131392e1408c63f.tar.xz
glibc-75c51570c710aa9c6df6b7a1e131392e1408c63f.zip
support: Expose sbindir as support_sbindir_prefix
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 18d39f5a50..56c1ed43bb 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -181,6 +181,7 @@ CFLAGS-support_paths.c = \
 		-DINSTDIR_PATH=\"$(prefix)\" \
 		-DLIBDIR_PATH=\"$(libdir)\" \
 		-DBINDIR_PATH=\"$(bindir)\" \
+		-DSBINDIR_PATH=\"$(sbindir)\" \
 		-DROOTSBINDIR_PATH=\"$(rootsbindir)\"
 
 ifeq (,$(CXX))