build: BCC - makefile.b32 tweak
Check for BCCDIR environment var done now as other checks.
This commit is contained in:
parent
d541085407
commit
1da65c3d4d
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user