[Libreoffice-commits] core.git: solenv/gbuild

Peter Foley pefoley2 at verizon.net
Sat Mar 30 10:12:16 PDT 2013


 solenv/gbuild/Pagein.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdc6b41fa6b15a051d2996b745b43ce077e8c8d7
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Sat Mar 30 13:13:09 2013 -0400

    fix typo
    
    Change-Id: I5b11f1bb94841b08fd82da31ff348ffca4c487c6

diff --git a/solenv/gbuild/Pagein.mk b/solenv/gbuild/Pagein.mk
index eff10bc..e499946 100644
--- a/solenv/gbuild/Pagein.mk
+++ b/solenv/gbuild/Pagein.mk
@@ -40,7 +40,7 @@ define gb_Pagein__command
 $(call gb_Output_announce,$(2),$(true),PAG,5)
 $(call gb_Helper_abbreviate_dirs,\
     mkdir -p $(dir $(1)) && rm -f $(1) \
-    touch $(1) \
+    && touch $(1) \
     $(foreach object,$(OBJECTS),&& echo $(call gb_Pagein__make_path,$(object)) >> $(1)))
 
 endef


More information about the Libreoffice-commits mailing list