[Libreoffice-commits] .: vcl/Package_osx.mk

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri May 27 15:31:10 PDT 2011


 vcl/Package_osx.mk |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 404111bc04d79e259767f9679727c3e2eef31c5d
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri May 27 17:30:44 2011 -0500

    fix tab vs sapce in Makefile

diff --git a/vcl/Package_osx.mk b/vcl/Package_osx.mk
index 4d5986c..0d8c395 100644
--- a/vcl/Package_osx.mk
+++ b/vcl/Package_osx.mk
@@ -1,7 +1,7 @@
 #*************************************************************************
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-# 
+#
 # Copyright 2000, 2010 Oracle and/or its affiliates.
 #
 # OpenOffice.org - a multi-platform office productivity suite
@@ -29,7 +29,7 @@
 $(eval $(call gb_Package_Package,vcl_zip,))
 $(eval $(call gb_Package_add_file,vcl_zip,bin/osxres.zip,$(WORKDIR)/Misc/osxres.zip))
 
-/$(WORKDIR)/Misc/osxres.zip: $(SRCDIR)/vcl/aqua/source/res/MainMenu.nib/*.nib $(SRCDIR)/vcl/aqua/source/res/cursors/*.png 
-    cd $(SRCDIR)/vcl/aqua/source/res ; \
-    mkdir -p $(dir $@) ; \
-    zip $@ MainMenu.nib/*.nib cursors/*.png
+/$(WORKDIR)/Misc/osxres.zip: $(SRCDIR)/vcl/aqua/source/res/MainMenu.nib/*.nib $(SRCDIR)/vcl/aqua/source/res/cursors/*.png
+	cd $(SRCDIR)/vcl/aqua/source/res ; \
+	mkdir -p $(dir $@) ; \
+	zip $@ MainMenu.nib/*.nib cursors/*.png


More information about the Libreoffice-commits mailing list