From 1da65c3d4d4bfb5c2545fbbc68964eedb817b047 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 13 Jan 2011 15:33:34 +0100 Subject: build: BCC - makefile.b32 tweak Check for BCCDIR environment var done now as other checks. --- lib/Makefile.b32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.b32') diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 04d3d298a..21c2d8a7e 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -16,7 +16,7 @@ # Borland's $(MAKEDIR) expands to the path where make.exe is located, # use this feature to define BCCDIR when user has not defined BCCDIR. -!if "$(BCCDIR)" == "" +!ifndef BCCDIR BCCDIR = $(MAKEDIR)\.. !endif -- cgit v1.2.3