diff --git a/src/Apps/Makefile b/src/Apps/Makefile index e0b0e78d..accec9c1 100644 --- a/src/Apps/Makefile +++ b/src/Apps/Makefile @@ -66,7 +66,7 @@ clean: FORCE $(RM) $(TGT) distclean: FORCE - $(RM) $(patsubst $(GENIE_REWEIGHT_BIN_PATH),$(GENIE_REWEIGHT_BIN_INSTALLATION_PATH),$(TGT)) + $(RM) $(patsubst $(GENIE_REWEIGHT_BIN_PATH)%,$(GENIE_REWEIGHT_BIN_INSTALLATION_PATH)%,$(TGT)) FORCE: diff --git a/src/RwCalculators/GReWeightNuXSecCCQEvec.h b/src/RwCalculators/GReWeightNuXSecCCQEvec.h index 16869aed..df769c2e 100644 --- a/src/RwCalculators/GReWeightNuXSecCCQEvec.h +++ b/src/RwCalculators/GReWeightNuXSecCCQEvec.h @@ -39,6 +39,7 @@ class TNtupleD; namespace genie { class XSecAlgorithmI; +class XSecIntegratorI; namespace rew {