minor formatting
diff --git a/builds/unix/detect.mk b/builds/unix/detect.mk
index af8b62b..b3ad288 100644
--- a/builds/unix/detect.mk
+++ b/builds/unix/detect.mk
@@ -31,9 +31,9 @@ ifeq ($(PLATFORM),ansi)
devel: setup
else
- # If `lccl' is the requested target, we use a special configuration
- # file named `unix-lcc.mk'. It disables libtool for LCC
- #
+ # If `lccl' is the requested target, we use a special configuration
+ # file named `unix-lcc.mk'. It disables libtool for LCC
+ #
ifneq ($(findstring lcc,$(MAKECMDGOALS)),)
CONFIG_FILE := unix-lcc.mk
lcc: setup