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

remove (not used by ROOT build system)...

remove (not used by ROOT build system) roofit/roofitcore/inc/RooFitCore_LinkDef.h. Can now rootcling on OSX entire single pcm and dictionary.


git-svn-id: http://root.cern.ch/svn/root/trunk@48614 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6af202f7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ rm -f include/allLinkDef.h
# create allLinkDef.h including all LinkDefs
find . -name \*LinkDef\*.h | \
grep -v -e '^./test/' -e '^./roottest/' | \
grep -v -e '^./test/' -e '^./roottest/' -e '/RooFitCore_LinkDef.h$' | \
sed -e 's|^|#include "|' -e 's|$|"|' > alldefs.h
mv alldefs.h include/allLinkDef.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment