Allow mkfiles.pl to put multiple verbatim sections in a Makefile, and use
[u/mdw/putty] / Recipe
diff --git a/Recipe b/Recipe
index 9fc231a..5d9ff78 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
@@ -176,7 +176,7 @@ install:
 install-strip:
        $(MAKE) install INSTALL_PROGRAM="$(INSTALL_PROGRAM) -s"
 !end
-!begin osx
+!begin osx vars
 CFLAGS += -DMACOSX
 !end