1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Makefile.lcc mentions version.o instead of .obj (not that it matters, probably)

[originally from svn r5397]
This commit is contained in:
Jacob Nevins 2005-02-25 21:26:30 +00:00
parent e902c235ad
commit d94e865cf9

2
Recipe
View File

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