From: jacob Date: Fri, 25 Feb 2005 21:26:30 +0000 (+0000) Subject: Makefile.lcc mentions version.o instead of .obj (not that it matters, probably) X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/0aafb388296848047c641f4e382d3a7643684ad0 Makefile.lcc mentions version.o instead of .obj (not that it matters, probably) git-svn-id: svn://svn.tartarus.org/sgt/putty@5397 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Recipe b/Recipe index 9fc231a2..0f73e34e 100644 --- a/Recipe +++ b/Recipe @@ -130,7 +130,7 @@ FORCE: !end !specialobj borland version !begin lcc -version.o: FORCE +version.obj: FORCE FORCE: lcc $(VER) $(CFLAGS) /c ..\version.c !end