diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2007-02-09 19:24:42 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gnu.org> | 2007-02-09 19:24:42 +0000 |
commit | a0323144817d7f468e6196af06fabfaae79869c3 (patch) | |
tree | a9e29534fe4149c52eddccf20734e4cff5d2998b /config/depstand.m4 | |
parent | 534d31192cc13e0a786f5357aed310770bcb1f58 (diff) | |
download | gdb-a0323144817d7f468e6196af06fabfaae79869c3.zip gdb-a0323144817d7f468e6196af06fabfaae79869c3.tar.gz gdb-a0323144817d7f468e6196af06fabfaae79869c3.tar.bz2 |
2007-02-09 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Sync with GCC.
* Makefile.tpl: Sync with GCC.
* Makefile.in: Regenerate.
* configure: Regenerate.
* config/acx.m4: Sync with GCC.
* config/depstand.m4: Sync with GCC.
* config/tls.m4: Sync with GCC.
Diffstat (limited to 'config/depstand.m4')
-rw-r--r-- | config/depstand.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/depstand.m4 b/config/depstand.m4 index 8f936e0..beaf2cc 100644 --- a/config/depstand.m4 +++ b/config/depstand.m4 @@ -1,6 +1,6 @@ ## -*- Autoconf -*- -# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005 +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 # Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -132,5 +132,6 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl # As AM_SET_DEPDIR, but also create the directory at config.status time. AC_DEFUN([ZW_CREATE_DEPDIR], [AC_REQUIRE([AM_SET_DEPDIR])dnl -AC_CONFIG_COMMANDS([depdir], [mkdir $DEPDIR], [DEPDIR=$DEPDIR]) +AC_CONFIG_COMMANDS([depdir], [$SHELL $ac_aux_dir/mkinstalldirs $DEPDIR], + [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR]) ]) |