From 2d2d614e87bd6ffc4ec4c7877e18b5f8eb461e4b Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sat, 25 Jul 2009 19:47:48 -0400 Subject: [PATCH] fixed miss placed libbear.so.0 --- rules.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules.mk b/rules.mk index b2e3ed1..3df1511 100644 --- a/rules.mk +++ b/rules.mk @@ -9,11 +9,11 @@ deps-physics: ${L_DEPS_$P} all: physics -${TARGETTMP_$D}: ${BINDIR_$P}${SONAME_${G_LIB}} +${TARGETTMP_$D}: ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}} -# how to copy a library to the tests bin directory -${BINDIR_$P}${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D} +# rule to copy library lib into the working directory +${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D} ${cmd-cp} # how to link the main target -- 2.10.2