forked from boostorg/regex
Changed detail/ to v3/ in dependency list.
[SVN r16194]
This commit is contained in:
@ -6,13 +6,13 @@ for file in ../../../boost/regex/*.hpp ; do
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/detail/*.hpp; do
|
||||
for file in ../../../boost/regex/v3/*.hpp; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
done
|
||||
|
||||
for file in ../../../boost/regex/detail/*.hxx; do
|
||||
for file in ../../../boost/regex/v3/*.hxx; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
@ -26,3 +26,4 @@ for file in ../src/*.cpp; do
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user