1
0
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:
Simon Tatham 2002-10-07 22:21:28 +00:00
parent 8d5f7e293e
commit 268213483c

View File

@ -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".