summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/gmake/help.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefiles/gmake/help.mk b/makefiles/gmake/help.mk
index 2b5f07a..b996514 100644
--- a/makefiles/gmake/help.mk
+++ b/makefiles/gmake/help.mk
@@ -39,4 +39,5 @@ Some more obscure options:
ENABLE_NLS=0 Don't build gettext NLS support (default is on)
Example:
-make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1
+make WITH_SSL=1 WITH_SQLITE3=1 WITH_PGSQL=1 \
+ WITH_LOCAL_LIBFETCH=1 WITH_LIBXML2=1