changed all directory usages to dir/name instead of dir/name/
[physics.git] / rules.mk
index 258010c..4a92b77 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -4,11 +4,11 @@ ${G_OBJS_PHYSICS}: ${L_OBJS_$P}
 ${G_DEPS_PHYSICS}: ${L_DEPS_$P}
 
 
-${TARGETTMP_$D}: ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}
+${TARGETTMP_$D}: ${BINDIR_$P}/${LIBSDIRNAME_$P}/${SONAME_${G_LIB}}
 
 
 # rule to copy library lib into the working directory
-${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D}
+${BINDIR_$P}/${LIBSDIRNAME_$P}/${SONAME_${G_LIB}}: ${TARGET_${G_LIB}} | $${@D}
        ${cmd-cp}
 
 # how to link the main target