comparison msdos/sed3v2.inp @ 52389:3627ac63d5a9

(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.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 31 Aug 2003 16:43:54 +0000
parents c2cfd1a0a301
children 695cf19ef79e
comparison
equal deleted inserted replaced
52388:b851ebbed6d8 52389:3627ac63d5a9
22 /-DVERSION=/s/@version@/\${version}/ 22 /-DVERSION=/s/@version@/\${version}/
23 /^configname *=/s/=.*$/=msdos/ 23 /^configname *=/s/=.*$/=msdos/
24 /^archlibdir *=/s!=.*$!=/emacs/bin! 24 /^archlibdir *=/s!=.*$!=/emacs/bin!
25 /^bindir *=/s!=.*$!=/emacs/bin! 25 /^bindir *=/s!=.*$!=/emacs/bin!
26 /^libdir *=/s!=.*$!=/emacs/bin! 26 /^libdir *=/s!=.*$!=/emacs/bin!
27 /^srcdir *=/s!=.*$!=.! 27 /^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
28 /^VPATH *=/s!=.*$!=.! 28 /^VPATH *=/s!=.*$!=.!
29 /^CFLAGS *=/s!=.*$!=-O2 -g! 29 /^CFLAGS *=/s!=.*$!=-O2 -g!
30 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! 30 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
31 /^LOADLIBES *=/s!=.*$!=! 31 /^LOADLIBES *=/s!=.*$!=!
32 /^ALLOCA *=/s!@ALLOCA@!! 32 /^ALLOCA *=/s!@ALLOCA@!!