[Libreoffice-commits] .: Makefile

Miklos Vajna vmiklos at kemper.freedesktop.org
Mon Feb 13 07:34:27 PST 2012


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

New commits:
commit f689658056a3473f9698c21edb3fb14a2541d3a7
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Mon Feb 13 16:33:32 2012 +0100

    make build a pre-req of deliver

diff --git a/Makefile b/Makefile
index 30f13b0..99cae26 100644
--- a/Makefile
+++ b/Makefile
@@ -273,7 +273,7 @@ $(1).all: bootstrap fetch
 	cd $(1) && unset MAKEFLAGS && \
         $(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
 
-$(1).deliver:
+$(1).deliver: $(1)
 	cd $(1) && $(SOLARENV)/bin/deliver.pl
 
 $(1).clean:


More information about the Libreoffice-commits mailing list