aboutsummaryrefslogtreecommitdiff
path: root/m/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'm/Makefile')
-rw-r--r--m/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/m/Makefile b/m/Makefile
index 7a4fa90..48c7197 100644
--- a/m/Makefile
+++ b/m/Makefile
@@ -26,7 +26,6 @@ McLachlan_ADMConstraints.out: McLachlan_ADMConstraints.m
./runmath.sh $^
perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMConstraints*/schedule.ccl
for thorn in ML_ADMConstraints*; do \
- ./fixup-ADMConstraints.pl $$thorn; \
./copy-if-changed.sh $$thorn ../$$thorn; \
done
@@ -35,7 +34,6 @@ McLachlan_ADMQuantities.out: McLachlan_ADMQuantities.m
./runmath.sh $^
perl -pi -e 's/MoL_PostStep/MoL_PseudoEvolution/g' ML_ADMQuantities*/schedule.ccl
for thorn in ML_ADMQuantities*; do \
- ./fixup-ADMQuantities.pl $$thorn; \
./copy-if-changed.sh $$thorn ../$$thorn; \
done