summaryrefslogtreecommitdiffstats
path: root/gdb/config
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 /gdb/config
parent0408dee693ad16f400bc1b0ff04ccd13777e04d5 (diff)
downloadppe42-binutils-b46df7a18c12aaa5e9afbbafbd91475dc26ff621.tar.gz
ppe42-binutils-b46df7a18c12aaa5e9afbbafbd91475dc26ff621.zip
config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/djgpp/djconfig.sh4
1 files changed, 4 insertions, 0 deletions
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