X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2FMakefile;h=ec5ce8e5155dbb192e59c65555004dbb58dfd6c8;hp=3253d18828d7ba5e2c58f569ffaff629e5996bab;hb=79f365354a2d5c01adef8d90113f1359f714a579;hpb=37a74d97c92a1f2b934c5076911ff592c4e1092e diff --git a/src/Makefile b/src/Makefile index 3253d18..ec5ce8e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -70,9 +70,9 @@ endif all: ${TARGET} ${CONFIGS} # rule to copy the config files into the working directory -${CONFIGDEST}%.cfg: ${CONFIGDIR}%.cfg | ${CONFIGDIR} ${WORKINGDIR} +${CONFIGDEST}%.cfg: ${CONFIGDIR}%.cfg | ${CONFIGDEST} ${WORKINGDIR} ${Q1}echo "cp: $@" - ${Q2}cp -r $< $@ + ${Q2}cp $< $@ # rule to copy tmp target to working directory ${TARGET}: ${TARGETTMP} | ${WORKINGDIR}