From: Patrik Gornicz Date: Sat, 25 Jul 2009 23:47:48 +0000 (-0400) Subject: fixed miss placed libbear.so.0 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=2d2d614e87bd6ffc4ec4c7877e18b5f8eb461e4b fixed miss placed libbear.so.0 --- 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