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

David Tardon dtardon at redhat.com
Tue Feb 26 06:46:26 PST 2013


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56b44d0123e53e0a6e8309da32852d41694ad9ce
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Feb 26 15:45:50 2013 +0100

    helpcontent is not dmake module anymore
    
    Change-Id: I6114f35f50282ccf7e9c3f69d28e7a53b5eb78f7

diff --git a/Makefile.in b/Makefile.in
index 7895009..35a24d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,7 +67,7 @@ $(WORKDIR)/modules.mk: $(wildcard */Module_*.mk) $(wildcard */prj/dmake) $(BUILD
 	echo "gbuild_modules:= tail_build \\" > $@
 	for m in */Module_*.mk; do echo $$m | sed -e 's/\/.*$$/ \\/'; done >> $@
 	echo >> $@
-	echo -n "dmake_modules:= helpcontent2" >> $@
+	echo -n "dmake_modules:=" >> $@
 	echo >> $@
 
 -include $(WORKDIR)/modules.mk


More information about the Libreoffice-commits mailing list