From: hristov Date: Wed, 7 Mar 2007 13:56:09 +0000 (+0000) Subject: Correct propagation of CINT flags X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=3f4f311681ff2414f0e3ecc8c75f2a052a44e34b;p=u%2Fmrichter%2FAliRoot.git Correct propagation of CINT flags --- diff --git a/ANALYSIS/Makefile b/ANALYSIS/Makefile index a60e53a2fa6..bae56ca3bce 100644 --- a/ANALYSIS/Makefile +++ b/ANALYSIS/Makefile @@ -51,7 +51,7 @@ clean: G__$(PACKAGE).cxx G__$(PACKAGE).h: $(HDRS) $(DHDR) @echo "Generating dictionary ..." - rootcint -f $@ -c $(ALICEINC) $^ + rootcint -f $@ -c $(CINTFLAGS) $(ALICEINC) $^ ### CREATE PAR FILE