Skip to content

Commit

Permalink
fix an issue with AMReX_BuildInfo.o (#448)
Browse files Browse the repository at this point in the history
sometimes we haven't yet created the output directory at the
point where this rule is executed
  • Loading branch information
zingale authored May 10, 2024
1 parent b050dba commit 483fe89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Exec/Make.Maestro
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ ifdef BUILD_GIT_NAME
endif

$(objEXETempDir)/AMReX_buildInfo.o: .FORCE
@if [ ! -d $(objEXETempDir) ]; then mkdir -p $(objEXETempDir); fi
$(AMREX_HOME)/Tools/C_scripts/makebuildinfo_C.py \
--amrex_home "$(AMREX_HOME)" \
--COMP "$(COMP)" --COMP_VERSION "$(COMP_VERSION)" \
Expand Down

0 comments on commit 483fe89

Please sign in to comment.