1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(srcdir): Use "command.com /c cd" to produce an

absolute file name of the current working directory.  This avoids
the warning from Make about circular dependencies.
This commit is contained in:
Eli Zaretskii 2003-08-31 16:44:25 +00:00
parent bb61abb8a1
commit bbc2d90e8c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-08-31 Eli Zaretskii <eliz@elta.co.il>
* sed3v2.inp (srcdir): Use "command.com /c cd" to produce an
absolute file name of the current working directory. This avoids
the warning from Make about circular dependencies.
2003-08-30 Eli Zaretskii <eliz@elta.co.il>
* sedlisp.inp: Set FNCASE=y for all targets in the lisp directory,

View File

@ -24,7 +24,7 @@
/^archlibdir *=/s!=.*$!=/emacs/bin!
/^bindir *=/s!=.*$!=/emacs/bin!
/^libdir *=/s!=.*$!=/emacs/bin!
/^srcdir *=/s!=.*$!=.!
/^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
/^VPATH *=/s!=.*$!=.!
/^CFLAGS *=/s!=.*$!=-O2 -g!
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!