From b46df7a18c12aaa5e9afbbafbd91475dc26ff621 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Apr 2009 14:25:12 +0000 Subject: [PATCH] config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined. --- gdb/ChangeLog | 5 +++++ gdb/config/djgpp/djconfig.sh | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a541997ed..52964cae4a 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 ac2af620cb..cd61a3ad58 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 -- 2.34.1