summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-04-14 14:25:12 +0000
committerEli Zaretskii <eliz@gnu.org>2009-04-14 14:25:12 +0000
commitb46df7a18c12aaa5e9afbbafbd91475dc26ff621 (patch)
tree4addb5f979b27b268942938e1e0e2a0dac268b79
parent0408dee693ad16f400bc1b0ff04ccd13777e04d5 (diff)
downloadppe42-binutils-b46df7a18c12aaa5e9afbbafbd91475dc26ff621.tar.gz
ppe42-binutils-b46df7a18c12aaa5e9afbbafbd91475dc26ff621.zip
config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/djgpp/djconfig.sh4
2 files changed, 9 insertions, 0 deletions
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 <eliz@gnu.org>
+
+ * config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if
+ undefined.
+
2009-04-13 David Daney <ddaney@caviumnetworks.com>
* 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
OpenPOWER on IntegriCloud