Fix MS-DOS build in lib-src.

msdos/sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
 command.com's "if not exist" doesn't grok forward slashes in file
 names.
This commit is contained in:
Eli Zaretskii 2012-02-04 10:03:49 +02:00
parent 54521c99ba
commit ef02e37ca7
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2012-02-04 Eli Zaretskii <eliz@gnu.org>
* sed3v2.inp (insrcdir): Use $(<F) rather than $<, as
command.com's "if not exist" doesn't grok forward slashes in file
names.
2012-01-14 Eli Zaretskii <eliz@gnu.org>
* sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the

View file

@ -50,5 +50,5 @@ s!^ \./! !
s/movemail[^ ]* *//
}
/^insrcdir=/s/^.*$/\#&/
/^ *\$(insrcdir) ||/s,\$(insrcdir) ||,command.com /c if not exist $<,
/^ *\$(insrcdir) ||/s,\$(insrcdir) ||,command.com /c if not exist $(<F),