aboutsummaryrefslogtreecommitdiff
path: root/m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-05-02 13:46:30 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2012-05-02 13:46:30 +0200
commit5fedebcf4433c8841fe7eba43a13a87dff96c3e8 (patch)
treea59272793cb3207dffc74c16feebdd4ef059f49f /m
parent104d7053eb24785750190b1f322a13ed1772a55a (diff)
Makefile: Only copy back CCZ4 if it was generated
Diffstat (limited to 'm')
-rw-r--r--m/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/m/Makefile b/m/Makefile
index a92567c..272a6a9 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -20,7 +20,7 @@ McLachlan_BSSN.out: McLachlan_BSSN.m
./create-helper-thorn.sh $$thorn && \
./copy-if-changed.sh $${thorn}_Helper ../$${thorn}_Helper; \
done
- ./copy-if-changed.sh ML_CCZ4 ../ML_CCZ4
+ [ -r ML_CCZ4 ] && ./copy-if-changed.sh ML_CCZ4 ../ML_CCZ4 \
McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
rm -rf ML_ADMConstraints*