build: BCC - makefile.b32 tweak
authorYang Tse <yangsita@gmail.com>
Thu, 13 Jan 2011 14:33:34 +0000 (15:33 +0100)
committerYang Tse <yangsita@gmail.com>
Thu, 13 Jan 2011 14:33:34 +0000 (15:33 +0100)
Check for BCCDIR environment var done now as other checks.

lib/Makefile.b32
src/Makefile.b32

index 04d3d29..21c2d8a 100644 (file)
@@ -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
 
index 65183c8..d2cf49e 100644 (file)
@@ -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