]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Typos in Borland Makefile pointed out by Arnaud Desitter
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 May 2004 17:12:42 +0000 (17:12 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 May 2004 17:12:42 +0000 (17:12 +0000)
[originally from svn r4256]

Recipe
mkfiles.pl

diff --git a/Recipe b/Recipe
index e2811cc997b16ff4f843e2c4d9a7f18079213911..39ffecee20ed4ef0a8df9660766ae09f4b298a78 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -119,7 +119,7 @@ FORCE:
 !begin borland
 version.obj: FORCE
 FORCE:
-       bcc32 $(FWHACK) $(VER) $(CFLAGS) /c version.obj
+       bcc32 $(FWHACK) $(VER) $(CFLAGS) /c version.c
 !end
 !begin lcc
 version.o: FORCE
index 5269116bfe66cdcab3b7d5d72109f281fa0a2ce3..8c23127c1b7430772defb4386e9c02f7b9b56f49 100755 (executable)
@@ -446,7 +446,7 @@ if (defined $makefiles{'borland'}) {
     &splitline("\tbcc32 -w-aus -w-ccc -w-par -w-pia \$(COMPAT) \$(FWHACK)".
               " \$(XFLAGS) \$(CFLAGS) ".
               (join " ", map {"-I$dirpfx$_"} @srcdirs) .
-              "/c \$*.c",69)."\n".
+              " /c \$*.c",69)."\n".
     ".rc.res:\n".
     &splitline("\tbrcc32 \$(FWHACK) \$(RCFL) -i \$(BCB)\\include -r".
       " -DNO_WINRESRC_H -DWIN32 -D_WIN32 -DWINVER=0x0401 \$*.rc",69)."\n".