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

Revert inadvertent (albeit necessary for me) commit

git-svn-id: http://root.cern.ch/svn/root/trunk@48628 27541ba8-7e3a-0410-8455-c3a389f83636
parent bea8f7ad
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,6 @@ find include -name \*.h | sed -e 's|include/|#include "|' -e 's|$|"|' \
mv all.h include/all.h
# generate the pch
# clang++ -x c++-header -Iinclude include/all.h -o include/all.h.pch
clang++ -x c++-header -Iinclude include/all.h -o include/all.h.pch
exit $?
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