From 20e69f16137079cc44f149cd82911472f24bf7c2 Mon Sep 17 00:00:00 2001 From: goodale Date: Tue, 11 May 2004 20:13:13 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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.";\ -- cgit v1.2.3