From: simon Date: Mon, 7 Oct 2002 22:21:28 +0000 (+0000) Subject: Oops. Dirsep in Makefile.cyg should be / not \. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/8fd3bdc4ee9fe7d3036a36b70affe273008024e2 Oops. Dirsep in Makefile.cyg should be / not \. git-svn-id: svn://svn.tartarus.org/sgt/putty@2004 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/mkfiles.pl b/mkfiles.pl index a31a633e..d59854d0 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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".