Skip to content
Snippets Groups Projects
Commit e5ffae02 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

correct name of the pch.

git-svn-id: http://root.cern.ch/svn/root/trunk@48720 27541ba8-7e3a-0410-8455-c3a389f83636
parent 2767001e
No related branches found
No related tags found
No related merge requests found
......@@ -194,10 +194,10 @@ find $srcdir -path '*/test' -prune -o \
mv alldefs.h include/allLinkDef.h
# generate one large pcm
rm -f allDict.* lib/allDict_rdict.pcm
rm -f allDict.* lib/allDict_rdict.pc*
core/utils/src/rootcling_tmp -1 -f allDict.cxx -c $cxxflags -I$srcdir allHeaders.h include/allLinkDef.h
mv lib/allDict.pch etc/cling/
mv lib/allDict_rdict.pch etc/cling/root.pch
# actually we won't need the allDict.[h,cxx] files
rm -f allDict.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment