summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-11 20:13:13 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-05-11 20:13:13 +0000
commit20e69f16137079cc44f149cd82911472f24bf7c2 (patch)
tree4e0aece29e526c1b553e1258c0f90a10dfe75924 /Makefile
parent0588b8da62b69fa792e4b7d71b88417e543ade06 (diff)
Temporarily disable reconfig check as the -ot flag is apparnetly not portable.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3717 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7222ac84..4048cf71 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.150 2004-04-10 19:57:02 schnetter Exp $
+# @version $Id: Makefile,v 1.151 2004-05-11 20:13:13 goodale Exp $
# @@*/
##################################################################################
@@ -232,7 +232,7 @@ endif
.PHONY: $(CONFIGURATIONS)
$(CONFIGURATIONS):
- if test $(CONFIGS_DIR)/$@/config-info -ot $(CCTK_HOME)/lib/make/force-reconfigure ; then \
+ if 0 ; then \
echo $(DIVIDER);\
echo "Cactus - version: $(CCTK_VERSION)";\
echo "Error: Configuration $@ is out of date.";\