diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index ea79930b808..97642e8a164 100755 --- a/gcc/configure +++ b/gcc/configure @@ -26906,7 +26906,7 @@ case ${CONFIG_HEADERS} in echo > cstamp-h ;; esac # Make sure all the subdirs exist. -for d in $subdirs doc build +for d in $subdirs doc build c-family do test -d $d || mkdir $d done |