build: BCC - makefile.b32 tweak

Check for BCCDIR environment var done now as other checks.
This commit is contained in:
Yang Tse 2011-01-13 15:33:34 +01:00
parent d541085407
commit 1da65c3d4d
2 changed files with 2 additions and 2 deletions

View 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

View 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