[PATCH] Fix download target in make.
Giuseppe Castagno
giuseppe.castagno at acca-esse.eu
Thu Dec 2 03:48:10 PST 2010
---
Makefile.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index a69b8d8..8e65d65 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,7 +3,7 @@
SHELL=/bin/sh
-all: dmake/dmake at EXEEXT@ fetch
+all: dmake/dmake at EXEEXT@ download
@. ./*[Ee]nv.[Ss]et.sh && \
cd instsetoo_native && \
../solenv/bin/build.pl -P at BUILD_NCPUS@ --all -- -P at BUILD_MAX_JOBS@
@@ -35,7 +35,7 @@ dmake/dmake at EXEEXT@:
@. ./*[Ee]nv.[Ss]et.sh && \
./bootstrap
-src/downloaded: ooo.lst download
+src/downloaded: ooo.lst
@. ./*[Ee]nv.[Ss]et.sh && \
$$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
--
1.6.3.3
--------------050904090902000504030901--
More information about the LibreOffice
mailing list