From: Yang Tse Date: Wed, 12 Jan 2011 19:53:28 +0000 (+0100) Subject: build: BCC - require Borlands's MAKE for Makefile.b32 processing. X-Git-Tag: curl-7_21_4~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61623b74e3337c9be44a7865eeb558f64c00576f;p=curl build: BCC - require Borlands's MAKE for Makefile.b32 processing. --- diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index eec7541be..0dacd8be0 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -10,6 +10,10 @@ # Written by Jaepil Kim, pit@paradise.net.nz ############################################################ +!if "$(__MAKE__)" == "" +!error __MAKE__ not defined. Use Borlands's MAKE to process this makefile. +!endif + # 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)" == "" diff --git a/src/Makefile.b32 b/src/Makefile.b32 index 53e9f2d05..65183c8aa 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -10,6 +10,10 @@ # Written by Jaepil Kim, pit@paradise.net.nz ############################################################ +!if "$(__MAKE__)" == "" +!error __MAKE__ not defined. Use Borlands's MAKE to process this makefile. +!endif + # 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)" == ""