diff options
author | Modestas Vainius <modestas@vainius.eu> | 2009-05-30 16:38:30 +0300 |
---|---|---|
committer | Modestas Vainius <modestas@vainius.eu> | 2009-05-30 16:39:11 +0300 |
commit | 52d6315dfe216e164be3bc41153f0bb8fc2ca12c (patch) | |
tree | 625c3dc9f06e73ad06f91c9e8e767331efabb96d /makefiles | |
parent | b14d8d05ef135ef888fe2a6b44c2ae79adb1f0c5 (diff) | |
download | pkg-kde-tools-52d6315dfe216e164be3bc41153f0bb8fc2ca12c.tar.gz |
Clarify comment in variables.mk
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
Diffstat (limited to 'makefiles')
-rw-r--r-- | makefiles/1/variables.mk | 2 |
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))) |