X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=rules.mk;fp=rules.mk;h=4a92b777b6c612fb7b83109908e1ca9ba9c77807;hp=258010c486d54d39507b574db9d244a41bde3784;hb=5dc2e2fa885ab3cbdebf049534a95d82410871fb;hpb=3ae4b04702cc54d19264e57105a7073c40c5e116 diff --git a/rules.mk b/rules.mk index 258010c..4a92b77 100644 --- 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