aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-17 18:01:50 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2002-04-17 18:01:50 +0000
commite7b5e1e51708eca4912aed95860f06a8b5a522f1 (patch)
treef6062873e2e0cf56b3e64fe6889fb7c9338b3fad /src/make.configuration.defn
parentf7f7a801866271138a1888a493ae0c50ca372b52 (diff)
Tidying up the code to make it consistent with the structure in IOHDF5.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOFlexIO/trunk@230 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index d287aa7..93b56b9 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -1,13 +1,9 @@
# make.configuration.defn for IOFlexIO
+# $Header$
# make sure that IOFlexIO was configured with PUGH
-
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
-.pseudo: MissingPUGHinIOFlexIO
-MissingPUGHinIOFlexIO:
- @echo "IOFlexIO: requires PUGH"
- @echo "IOFlexIO: Please add CactusPUGH/PUGH or remove IOFlexIO from Thornlist !"
- exit 2
+ $(error "IOFlexIO requires PUGH. Please add CactusPUGH/PUGH or remove IOFlexIO from Thornlist !"
endif