summaryrefslogtreecommitdiff
path: root/package/libpthread/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-28 13:06:55 +0200
commit5b930ffb545c9e41d100df17922c628b3bbb6006 (patch)
treeefc1f0464ce0b8968d8d95f4fe28d4e43262e7f2 /package/libpthread/Makefile
parentd4cb283cf544eae863c165f0662949635dfd63d5 (diff)
parent9492f70965e2d1c669df4c5fc56b4bac465f6b88 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpthread/Makefile')
-rw-r--r--package/libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile
index 4d61d570a..de0d75403 100644
--- a/package/libpthread/Makefile
+++ b/package/libpthread/Makefile
@@ -49,8 +49,8 @@ endif
libpthread-dev-install:
ifeq ($(ADK_NATIVE),)
${INSTALL_DIR} ${IDIR_LIBPTHREAD_DEV}/usr/lib
- ${CP} ./files/libpthread.so.$(ARCH) ${IDIR_LIBPTHREAD_DEV}/usr/lib/libpthread.so
- ${CP} ${STAGING_TARGET_DIR}/usr/lib/libpthread_nonshared.a ${IDIR_LIBPTHREAD_DEV}/usr/lib
+ -${CP} ./files/libpthread.so.$(ARCH) ${IDIR_LIBPTHREAD_DEV}/usr/lib/libpthread.so
+ -${CP} ${STAGING_TARGET_DIR}/usr/lib/libpthread_nonshared.a ${IDIR_LIBPTHREAD_DEV}/usr/lib
endif
include ${TOPDIR}/mk/pkg-bottom.mk