fixed miss placed libbear.so.0
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 25 Jul 2009 23:47:48 +0000 (19:47 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 25 Jul 2009 23:47:48 +0000 (19:47 -0400)
rules.mk

index b2e3ed1..3df1511 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -9,11 +9,11 @@ deps-physics: ${L_DEPS_$P}
 all: physics
 
 
 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
        ${cmd-cp}
 
 # how to link the main target