summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index a563c24..b19a6df 100644
--- a/config.mk
+++ b/config.mk
@@ -31,7 +31,7 @@ endif
ifeq (${debug},1)
CFLAGS += -DDEBUG
- MAN_DEBUG = This is a debug build.
+ MAN_DEBUG = . This is a debug build.
else
MAN_DEBUG =
endif