mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Update makefiles and the script that creates them: was generating dependencies that weren't required.
[SVN r40405]
This commit is contained in:
@ -6,7 +6,11 @@
|
||||
# locate all the header dependencies:
|
||||
for file in ../../../boost/regex/*.hpp ; do
|
||||
if [ -f $file ]; then
|
||||
header="$header $file"
|
||||
if [ $file != ../../../boost/regex/concepts.hpp ]; then
|
||||
if [ $file != ../../../boost/regex/mfc.hpp ]; then
|
||||
header="$header $file"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
@ -58,3 +62,5 @@ boost_version=$(grep 'define.*BOOST_LIB_VERSION' ../../../boost/version.hpp | se
|
||||
echo Boost version tag = $boost_version
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user