From: Eli Zaretskii Date: Tue, 8 Aug 2000 10:36:51 +0000 (+0000) Subject: (maindir): Update src/_gdbinit even if it does already exist. X-Git-Tag: emacs-pretest-21.0.90~2437 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd0e1e5440325d615eaea74e4ce2c5492008f992;p=emacs.git (maindir): Update src/_gdbinit even if it does already exist. --- diff --git a/ChangeLog b/ChangeLog index 5ef5966b11d..20bc1370d3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-08-08 Eli Zaretskii + + * config.bat (maindir): Update src/_gdbinit even if it does + already exist. + 2000-08-07 Gerd Moellmann * Makefile.in (config.status): Prepend `$(srcdir)/' to diff --git a/config.bat b/config.bat index 6bfd818953f..08919a3e591 100644 --- a/config.bat +++ b/config.bat @@ -219,7 +219,7 @@ rem ---------------------------------------------------------------------- Echo Configuring the main directory... If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file... -If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit +If Exist src\.gdbinit update src/.gdbinit src/_gdbinit If Exist src\_gdbinit goto gdbinitOk Echo ERROR: Echo I cannot find the GDB init file. It was called ".gdbinit" in