From cd0debda6fb4ad6e00877653e73b6cbb7d3f67ff Mon Sep 17 00:00:00 2001 From: Camilla Roselli Date: Fri, 22 May 2026 15:09:40 +0200 Subject: [PATCH] Add Makefile dependencies for -j --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 48d2c5d4a..0ff198992 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ framework: FORCE cd ${GENIE} -physics-neutrino-scattering-modes: FORCE +physics-neutrino-scattering-modes: framework physics-nuclear-environment physics-utilities FORCE @echo " " @echo "** Building simulation modules for neutrino scattering modes..." cd ${GENIE}/src/Physics/AnomalyMediatedNuGamma/XSection && $(MAKE) && \ @@ -117,7 +117,7 @@ physics-neutrino-scattering-modes: FORCE cd ${GENIE}/src/Physics/HEDIS/EventGen && $(MAKE) && \ cd ${GENIE} -physics-nucleon-decay: +physics-nucleon-decay: framework physics-nuclear-environment @echo " " @echo "** Building nucleon decay library..." ifeq ($(strip $(GOPT_ENABLE_NUCLEON_DECAY)),YES) @@ -131,7 +131,7 @@ else endif -physics-nnbar-oscillation: +physics-nnbar-oscillation: physics-nuclear-environment @echo " " @echo "** Building n-nbar oscillation library..." ifeq ($(strip $(GOPT_ENABLE_NNBAR_OSCILLATION)),YES) @@ -183,7 +183,7 @@ else endif -physics-utilities: FORCE +physics-utilities: framework FORCE @echo " " @echo "** Building misc physics utility libraries..." cd ${GENIE}/src/Physics && \ @@ -205,7 +205,7 @@ physics-nuclear-environment: FORCE cd ${GENIE} -physics-hadronic-simulations: FORCE +physics-hadronic-simulations: physics-nuclear-environment FORCE @echo " " @echo "** Building libraries for hadronic simulations..." cd ${GENIE}/src/Physics && \