]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Makefile.lcc mentions version.o instead of .obj (not that it matters, probably)
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 25 Feb 2005 21:26:30 +0000 (21:26 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 25 Feb 2005 21:26:30 +0000 (21:26 +0000)
[originally from svn r5397]

Recipe

diff --git a/Recipe b/Recipe
index 9fc231a2c52697963af639bd3fdf40cda04d8527..0f73e34e74fa6c56ee49546f85d1d09e28268e27 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