minor formatting
This commit is contained in:
parent
31fa0bdcd8
commit
cf4398a6f5
|
@ -31,9 +31,9 @@ ifeq ($(PLATFORM),ansi)
|
||||||
devel: setup
|
devel: setup
|
||||||
else
|
else
|
||||||
|
|
||||||
# If `lccl' is the requested target, we use a special configuration
|
# If `lccl' is the requested target, we use a special configuration
|
||||||
# file named `unix-lcc.mk'. It disables libtool for LCC
|
# file named `unix-lcc.mk'. It disables libtool for LCC
|
||||||
#
|
#
|
||||||
ifneq ($(findstring lcc,$(MAKECMDGOALS)),)
|
ifneq ($(findstring lcc,$(MAKECMDGOALS)),)
|
||||||
CONFIG_FILE := unix-lcc.mk
|
CONFIG_FILE := unix-lcc.mk
|
||||||
lcc: setup
|
lcc: setup
|
||||||
|
|
Loading…
Reference in New Issue