[Libreoffice-commits] core.git: 2 commits - Makefile.in

Stephan Bergmann sbergman at redhat.com
Wed Oct 2 12:23:50 PDT 2013


 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e05b3e558b5ff49fd5522389c8b823ac766284e9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 21:20:22 2013 +0200

    There shouldn't be any config_host/*.mk files that need distcleaning
    
    Change-Id: I9c56428f6ff015abc585e070b18ad181c48e31e6

diff --git a/Makefile.in b/Makefile.in
index d3def7b..5e46409 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,7 +174,6 @@ distclean : clean compilerplugins-clean
         $(BUILDDIR)/config_host.mk \
         $(BUILDDIR)/config_host.mk.stamp \
         $(BUILDDIR)/config_host/*.h \
-        $(BUILDDIR)/config_host/*.mk \
         $(BUILDDIR)/configure \
         $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
         $(BUILDDIR)/lo.xcent \
commit a326725d984dd0ecbdc2d0f35a5f0d7964ebd597
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Oct 2 21:19:01 2013 +0200

    distclean configure-generated Info.plist
    
    Change-Id: I8729123a34bedfa1f9d5dfd04438da96e422a003

diff --git a/Makefile.in b/Makefile.in
index 050e7a1..d3def7b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -177,7 +177,8 @@ distclean : clean compilerplugins-clean
         $(BUILDDIR)/config_host/*.mk \
         $(BUILDDIR)/configure \
         $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
-        $(BUILDDIR)/lo.xcent
+        $(BUILDDIR)/lo.xcent \
+        $(BUILDDIR)/sysui/desktop/macosx/Info.plist
 	find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
 
 #


More information about the Libreoffice-commits mailing list