mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-09-06 22:11:37 +00:00
depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory.
config 2007-01-27 Paolo Bonzini <bonzini@gnu.org> * depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make directory. libcpp * configure: Rebuilt. From-SVN: r121237
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-01-27 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
|
||||
2007-01-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR preprocessor/28227:
|
||||
|
||||
Vendored
+2
-2
@@ -8801,7 +8801,7 @@ cat >>$CONFIG_STATUS <<_ACEOF
|
||||
# INIT-COMMANDS section.
|
||||
#
|
||||
|
||||
DEPDIR=$DEPDIR
|
||||
ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
|
||||
|
||||
_ACEOF
|
||||
|
||||
@@ -9535,7 +9535,7 @@ esac
|
||||
{ echo "$as_me:$LINENO: executing $ac_dest commands" >&5
|
||||
echo "$as_me: executing $ac_dest commands" >&6;}
|
||||
case $ac_dest in
|
||||
depdir ) mkdir $DEPDIR ;;
|
||||
depdir ) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
|
||||
esac
|
||||
done
|
||||
_ACEOF
|
||||
|
||||
Reference in New Issue
Block a user