Changed detail/ to v3/ in dependency list.

[SVN r16194]
This commit is contained in:
John Maddock
2002-11-11 12:15:04 +00:00
parent 3a5f4775f7
commit ff4890b2e2
11 changed files with 24 additions and 12 deletions

View File

@ -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