summaryrefslogtreecommitdiff
path: root/makefiles/1/variables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/1/variables.mk')
-rw-r--r--makefiles/1/variables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/1/variables.mk b/makefiles/1/variables.mk
index aa2e486..ea5cf02 100644
--- a/makefiles/1/variables.mk
+++ b/makefiles/1/variables.mk
@@ -15,7 +15,7 @@ DEB_CMAKE_KDE4_FLAGS += \
-DLIB_INSTALL_DIR=/usr/lib \
-DSYSCONF_INSTALL_DIR=/etc
-# Set the DEB_KDE_LINK_WITH_AS_NEEDED to 'yes' to enable linking
+# Set the DEB_KDE_LINK_WITH_AS_NEEDED to yes to enable linking
# with --as-needed (off by default)
DEB_KDE_LINK_WITH_AS_NEEDED ?= no
ifneq (,$(findstring yes, $(DEB_KDE_LINK_WITH_AS_NEEDED)))