]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/make.dict
Fixing Effective C++ warnings (Laurent)
[u/mrichter/AliRoot.git] / HLT / make.dict
index 9dcb2c5b3ab41468a8e10fcf267bee9b6c887500..f3161b442b7c03fc2d5d67655d2d8b857c0295aa 100644 (file)
@@ -22,11 +22,11 @@ $(DICTCPP:.cxx=.h): $(DICTCPP)
        if test $@ ; then : ; else rm -f $< ; $(MAKE) $(MAKEFLAGS) $< ; fi 
 
 $(DICTCPP): $(DICTHEADERS:%=$(srcdir)/%) $(DICTDEF)
-       if [ -x $(ROOTCINT) ]; then $(ROOTCINT) -f $@ -c $(AM_CPPFLAGS) $(DEFS) $^ ; fi
+       if [ -x $(ROOTCINT) ]; then $(ROOTCINT) -f $@ -c $(CPPFLAGS) $(AM_CPPFLAGS) $(DEFS) $^ ; fi
 $(DICTDEF): Makefile.am
        @echo '//automatically generated ROOT DICT definition' > $@
        @echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@
-       @echo '//add further class definitions to the DICTHEADERS variable in Makefile.am' >> $@
+       @echo '//add further class definitions to the CLASS_HDRS variable in Makefile.am' >> $@
        @echo '#ifdef __CINT__' >> $@
        @echo '#pragma link off all globals;' >> $@
        @echo '#pragma link off all classes;' >> $@