Makefile.lcc mentions version.o instead of .obj (not that it matters, probably)
[u/mdw/putty] / Recipe
diff --git a/Recipe b/Recipe
index 9fc231a..0f73e34 100644 (file)
--- 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