aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.configuration.defn')
-rw-r--r--src/make.configuration.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 8879748..1027aa1 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -3,10 +3,10 @@
# make sure that IOHDF5Util was configured with HDF5
ifeq ($(strip $(HDF5_LIBS)),)
- $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !"
+ $(error "IOHDF5Util requires HDF5. Please configure with HDF5 or remove IOHDF5Util from Thornlist !")
endif
# make sure that IOHDF5Util was configured with PUGH
ifeq ($(findstring CactusPUGH/PUGH,$(THORNS)),)
- $(error "IOHDF5Util requires PUGH. Please add CactusPUGH/PUGH or remove IOHDF5Util from Thornlist !"
+ $(error "IOHDF5Util requires PUGH. Please add CactusPUGH/PUGH or remove IOHDF5Util from Thornlist !")
endif