mirror of
https://github.com/curl/curl.git
synced 2026-04-25 02:12:14 +03:00
build: BCC - makefile.b32 tweak
Check for BCCDIR environment var done now as other checks.
This commit is contained in:
parent
d541085407
commit
1da65c3d4d
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue