From 0fe80e687785260ae72c4de198006648aeac7289 Mon Sep 17 00:00:00 2001 From: Vratislav Chudoba Date: Fri, 5 Oct 2018 00:54:17 +0300 Subject: [PATCH] Makefile probably changed to be compatible with ROOT6 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c926c1a..e920a15 100755 --- a/makefile +++ b/makefile @@ -100,7 +100,7 @@ $(DETECTORS)/DetectorsCint.cpp: $(BE)/BeCint.cpp: -@echo 'Pre-building BeCint.cpp and BeCint.h files' - -rootcint -f $(BE)/BeCint.cpp -c -p $(BE_HEADERS) + -rootcint -f $(BE)/BeCint.cpp -m $(BE) $(BE_HEADERS) -@echo ' ' -- 2.18.1