diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.b32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 65183c8aa..d2cf49e7e 100644 --- a/src/Makefile.b32 +++ b/src/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 |