diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-27 19:50:38 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-27 19:50:38 +0000 |
commit | 87d210c34104f0f5944dd5b6f46b7fda0b8223b0 (patch) | |
tree | 2e58a8722c876422b6269799e5f24d9bef9a0ba4 /libcpp | |
parent | 1a1fd7149459b0380c85f91e0d3378703b66b104 (diff) | |
download | gcc-87d210c34104f0f5944dd5b6f46b7fda0b8223b0.tar.gz |
config
2007-01-27 Paolo Bonzini <bonzini@gnu.org>
* depstand.m4 (ZW_CREATE_DEPDIR): Use mkinstalldirs to make
directory.
libcpp
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121237 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/ChangeLog | 4 | ||||
-rwxr-xr-x | libcpp/configure | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index f3940814535..e0ac504910a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -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: diff --git a/libcpp/configure b/libcpp/configure index 45c97247f53..82fd6b55f49 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -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 |