From: Eli Zaretskii Date: Tue, 14 Apr 2009 14:25:12 +0000 (+0000) Subject: config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b46df7a18c12aaa5e9afbbafbd91475dc26ff621;p=binutils-gdb.git config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a541997edc..52964cae4ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-04-14 Eli Zaretskii + + * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if + undefined. + 2009-04-13 David Daney * infrun.c (maybe_software_singlestep): New function. diff --git a/gdb/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index ac2af620cbd..cd61a3ad58f 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -155,6 +155,10 @@ export am_cv_exeext=.exe # need all that crap. Assuming that the environment size is less # than 4KB, we can afford 12KB of command-line arguments. export lt_cv_sys_max_cmd_len=12288 +# Force depcomp to use _deps rather than .deps as the name of the +# subdirectory where the *.Po dependency files are put. File names +# with leading dots are invalid on DOS 8+3 filesystems. +export DEPDIR=${DEPDIR:-_deps} # The configure script needs to see the `install-sh' script, otherwise # it decides the source installation is broken. But "make install" will