diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
commit | 046cf475d64cb44460ac0aeb9e53032efd8185d0 (patch) | |
tree | 46ddb06b418e42c52c0a02ba2b90f0f4d2b9b93e /package/librt/Makefile | |
parent | 58de4f5caf471cecbaebdb023cd8e2c5f89bfdb3 (diff) | |
parent | ec67efc42516136adee22d15ef1fb64b32637806 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/librt/Makefile')
-rw-r--r-- | package/librt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/librt/Makefile b/package/librt/Makefile index e3f9ee052..9695257f8 100644 --- a/package/librt/Makefile +++ b/package/librt/Makefile @@ -40,8 +40,8 @@ INSTALL_STYLE:= manual librt-install: ifeq ($(ADK_NATIVE),) - ${INSTALL_DIR} ${IDIR_LIBR}/$(ADK_TARGET_LIBC_PATH) - ${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBR}/$(ADK_TARGET_LIBC_PATH) + ${INSTALL_DIR} ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH) + ${CP} ${STAGING_TARGET_DIR}/lib/librt*.so* ${IDIR_LIBRT}/$(ADK_TARGET_LIBC_PATH) endif include ${TOPDIR}/mk/pkg-bottom.mk |