* fixinc.in: Use --parents option to make LIB directory.

From-SVN: r238990
This commit is contained in:
Muhammad Bilal 2016-08-02 15:58:06 +00:00 committed by Jeff Law
parent 1f19ed0247
commit 354c5470d8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-08-01 Muhammad Bilal <mbilal@codesourcery.com>
* fixinc.in: Use --parents option to make LIB directory.
2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* mkfixinc.sh: Remove interix support.

View File

@ -41,7 +41,7 @@ shift
# Make sure it exists.
if [ ! -d $LIB ]; then
mkdir $LIB || {
mkdir -p $LIB || {
echo fixincludes: output dir '`'$LIB"' cannot be created"
exit 1
}