config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 14:25:12 +0000 (14:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Apr 2009 14:25:12 +0000 (14:25 +0000)
gdb/ChangeLog
gdb/config/djgpp/djconfig.sh

index 0a541997edc19d3133797ddd79f0b5383fc8f189..52964cae4abab248f4ea0ea35130e84f5b02f9e5 100644 (file)
@@ -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.
index ac2af620cbd10f3cc18f3fd17f48f097ecdcff80..cd61a3ad58f97aa4b60b078a6422c1edc202eada 100644 (file)
@@ -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
This page took 0.041632 seconds and 4 git commands to generate.