From b46df7a18c12aaa5e9afbbafbd91475dc26ff621 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Apr 2009 14:25:12 +0000 Subject: config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined. --- gdb/config/djgpp/djconfig.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/config/djgpp') diff --git a/gdb/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index ac2af62..cd61a3a 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 -- cgit v1.1