aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.configuration.defn2
-rw-r--r--src/make.configuration.deps7
2 files changed, 1 insertions, 8 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 7e9ca9d..aba91f8 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -2,7 +2,7 @@
# $Header$
# add the recombiner and the IEEEIO converter to the Cactus utitlity tools
-ALL_UTILS += hdf5_recombiner hdf5_merge hdf5_extract hdf5_double_to_single hdf5_convert_from_carpetiohdf5
+ALL_UTILS += hdf5_recombiner hdf5_merge hdf5_extract hdf5_double_to_single
ifneq ($(strip $(HAVE_FLEXIO)), )
ALL_UTILS += hdf5_convert_from_ieeeio
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 1163053..bb1cae5 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -52,10 +52,3 @@ $(IOHDF5_BUILD_DIR)/hdf5_convert_from_sdf.o: $(IOHDF5_SRC_DIR)/hdf5_convert_from
@echo Compiling $<
if [ ! -d $(IOHDF5_BUILD_DIR) ]; then $(MKDIR) $(MKDIRFLAGS) $(IOHDF5_BUILD_DIR) ; fi
$(CC) $< $(IOHDF5_CFLAGS) $(INC_DIRS:%=-I%) -c -o $@
-
-
-# linking rule for hdf5_convert_from_carpetiohdf5
-$(UTIL_DIR)/hdf5_convert_from_carpetiohdf5: $(IOHDF5_BUILD_DIR)/hdf5_convert_from_carpetiohdf5.o
- @echo Creating hdf5_convert_from_carpetiohdf5 in $(UTIL_DIR) from $<
- if [ ! -d $(UTIL_DIR) ]; then $(MKDIR) $(MKDIRFLAGS) $(UTIL_DIR) ; fi
- $(LD) $< $(TOP)/datestamp.o $(IOHDF5_LDFLAGS) $(GENERAL_LIBRARIES) -o $@