diff options
author | Alexandra Hájková <ahajkova@redhat.com> | 2019-05-13 19:31:53 +0200 |
---|---|---|
committer | Alexandra Hajkova <ahajkova@redhat.com> | 2019-05-15 11:37:26 +0200 |
commit | d50f09181eca10a91fd9035bb90711b265770dc9 (patch) | |
tree | 2883289b41a386834fc7601bc44ecaf28975e308 /support/Makefile | |
parent | 7ac6fad987c28dc5e0e7964084260f163179be68 (diff) | |
download | glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.gz glibc-d50f09181eca10a91fd9035bb90711b265770dc9.tar.bz2 glibc-d50f09181eca10a91fd9035bb90711b265770dc9.zip |
support: Add support_install_rootsbindir
Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support/Makefile b/support/Makefile index fe416cdc5f..18d39f5a50 100644 --- a/support/Makefile +++ b/support/Makefile @@ -180,7 +180,8 @@ CFLAGS-support_paths.c = \ -DOBJDIR_ELF_LDSO_PATH=\"`cd $(objpfx)/..; pwd`/elf/$(rtld-installed-name)\" \ -DINSTDIR_PATH=\"$(prefix)\" \ -DLIBDIR_PATH=\"$(libdir)\" \ - -DBINDIR_PATH=\"$(bindir)\" + -DBINDIR_PATH=\"$(bindir)\" \ + -DROOTSBINDIR_PATH=\"$(rootsbindir)\" ifeq (,$(CXX)) LINKS_DSO_PROGRAM = links-dso-program-c |