Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genMakefile.tcl

    r1605565 r54ba29e  
    413413        @echo ">> Generating $@"
    414414        @rootcint -f $@ -c -Iexternal $<
    415         @echo " " > $@.arch
     415        @echo "#define private public" > $@.arch
     416        @echo "#define protected public" >> $@.arch
    416417        @mv $@ $@.base
    417418        @cat $@.arch $< $@.base > $@
Note: See TracChangeset for help on using the changeset viewer.