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.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 4ef79b0..542e128 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -5,7 +5,7 @@ ALL_UTILS += gif2h5 h52gif h5copy h5debug h5diff h5dump h5import h5jam h5ls h5mk
# Install h5check only if it exists
ifneq ($(wildcard $(HDF5_DIR)/bin/h5check*),)
-ALL_UTILS += h5check
+ALL_UTILS += h5check
endif
# Ignore some of the utilities that we don't use, e.g. the compiler