From 15182b8fcc513d423800399dcc7f0d0bc8d146d3 Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Wed, 22 Jan 2025 08:34:49 -0500 Subject: [PATCH] building $(SRC) without explicit modules/nmdc_env_context_subset_membership.owl --- src/envo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/envo/Makefile b/src/envo/Makefile index afc9355f..890c881a 100644 --- a/src/envo/Makefile +++ b/src/envo/Makefile @@ -119,7 +119,8 @@ ALL_MODS_CSV = $(patsubst %, modules/%.csv, $(MODS)) # Merge in all module files, whilst removing the corresponding import $(SRC): $(PRE_SRC) $(OWLTOOLS) $(USECAT) $< $(patsubst %, --remove-import-declaration $(OBO)/envo/modules/%.owl, $(MODS)) -o $@.tmp - $(OWLTOOLS) $(USECAT) $@.tmp $(ALL_MODS_OWL) modules/nmdc_env_context_subset_membership.owl --merge-support-ontologies -o $@ + $(OWLTOOLS) $(USECAT) $@.tmp $(ALL_MODS_OWL) --merge-support-ontologies -o $@ + # modules/nmdc_env_context_subset_membership.owl # ---------------------------------------- # Export formats