summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2013-04-05 16:28:35 +1100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-04-05 09:41:45 +0000
commitb558d4bb8372cf65ca343f191d672b1484a6fd13 (patch)
tree679f5527677a68082599849abd3f162a79216fdc /solenv
parentb130133ad2e5b09ccd9a3ac15348fd8d39a8fef8 (diff)
Missing word "if" in Deliver.mk
Small change to comment - missing word "if" in Deliver.mk for gb_Deliver_CLEARONDELIVERY Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62 Reviewed-on: https://gerrit.libreoffice.org/3205 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Deliver.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/Deliver.mk b/solenv/gbuild/Deliver.mk
index febc6aa23211..de47b2b4d3d8 100644
--- a/solenv/gbuild/Deliver.mk
+++ b/solenv/gbuild/Deliver.mk
@@ -29,8 +29,8 @@
gb_Deliver_GNUCOPY := $(GNUCOPY)
# if ($true) then old files will get removed from the target location before
-# they are copied there. In multi-user environments, this is needed you need to
-# be the owner of the target file to be able to modify timestamps
+# they are copied there. In multi-user environments, if this is needed you need
+# to be the owner of the target file to be able to modify timestamps
ifeq ($(strip gb_Deliver_HARDLINK),)
gb_Deliver_CLEARONDELIVER := $(false)
else