diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-05-27 17:30:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-05-27 17:31:03 -0500 |
commit | a4ab5f421ef299890cef91802100615adf777dfd (patch) | |
tree | 9d1a5c9b3c907ae39056ee7d7e13f15e2b3d9ac7 | |
parent | c67eef40f5d87f79822a3ffc6f0d1da913de90bb (diff) |
fix tab vs sapce in Makefile
-rw-r--r-- | vcl/Package_osx.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/Package_osx.mk b/vcl/Package_osx.mk index 4d5986c36ed2..0d8c39503e0b 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 |