mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Oops. Dirsep in Makefile.cyg should be / not \.
[originally from svn r2004]
This commit is contained in:
parent
8d5f7e293e
commit
268213483c
@ -284,7 +284,7 @@ foreach $p (&prognames("GC")) {
|
||||
print &splitline("\t\$(CC)" . $mw . " \$(LDFLAGS) -o \$@ " .
|
||||
$objstr . " $libstr", 69), "\n\n";
|
||||
}
|
||||
&deps("X.o", "X.res.o", "", "\\");
|
||||
&deps("X.o", "X.res.o", "", "/");
|
||||
print
|
||||
"\n".
|
||||
"version.o: FORCE;\n".
|
||||
|
Loading…
Reference in New Issue
Block a user