From ba58fbaa607ebcd5b24ba4c9c1448a6fa14ef145 Mon Sep 17 00:00:00 2001 From: jacob Date: Mon, 24 May 2004 17:12:42 +0000 Subject: [PATCH] Typos in Borland Makefile pointed out by Arnaud Desitter git-svn-id: svn://svn.tartarus.org/sgt/putty@4256 cda61777-01e9-0310-a592-d414129be87e --- Recipe | 2 +- mkfiles.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Recipe b/Recipe index e2811cc9..39ffecee 100644 --- 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 diff --git a/mkfiles.pl b/mkfiles.pl index 5269116b..8c23127c 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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". -- 2.11.0