Skip to content
Snippets Groups Projects
Commit e8521e2e authored by Philippe Canal's avatar Philippe Canal
Browse files

Don't take linkdef from test (or roottest)

git-svn-id: http://root.cern.ch/svn/root/trunk@48608 27541ba8-7e3a-0410-8455-c3a389f83636
parent 44a05d61
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ fi
rm -f include/allLinkDef.h
# create allLinkDef.h including all LinkDefs
find . -name \*LinkDef\*.h | sed -e 's|^|#include "|' -e 's|$|"|' > alldefs.h
find . -name \*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