From d94e865cf9f9266ffdba69bffbe7b131c9e2d6d2 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 25 Feb 2005 21:26:30 +0000 Subject: [PATCH] Makefile.lcc mentions version.o instead of .obj (not that it matters, probably) [originally from svn r5397] --- Recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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