diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 04d3d298a101834452ab9232885b13f59e722029..21c2d8a7e9906c336d03e78b8bc3daf7b2810354 100644 --- a/lib/Makefile.b32 +++ b/lib/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 diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 65183c8aac7cb9f128cfec8bfb37b5f0cd95e7cf..d2cf49e7eb6ad2dc49219e6ea6931a853a077a67 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