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

fix for out-of-source build.

git-svn-id: http://root.cern.ch/svn/root/trunk@48823 27541ba8-7e3a-0410-8455-c3a389f83636
parent f0b5b6e5
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ rm -f include/allHeaders.h include/allHeaders.h.pch include/allLinkDef.h
# create allHeaders.h including all headers from the include directory
#find include -name \*.h | sed -e 's|include/|#include "|' -e 's|$|"|' \
cat build/unix/gminimalHeaders.list | sed -e 's|include/|#include "|' -e 's|$|"|' \
cat $srcdir/build/unix/gminimalHeaders.list | sed -e 's|include/|#include "|' -e 's|$|"|' \
-e /Bits.h/d \
-e /CocoaGuiTypes.h/d \
-e /CocoaPrivate.h/d \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment