summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-01-08 18:45:25 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2011-01-08 18:45:25 +0100
commitcca3388bd456b38f2c2813837c1f19c679554589 (patch)
tree7991dc0d1426e3ccedf27fdd2a84d1bb24e2f517 /Makefile.in
parent6e56de169d1c6c3d6b78f3fe99e088f6286b34a3 (diff)
small fixes to allow using --with-linked-git & --with-external-tar
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 4979b938c2ff..89da7c5177b6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,7 +2,7 @@
SHELL=/usr/bin/env bash
-all: Makefile dmake/dmake@EXEEXT@ fetch
+all: Makefile dmake/dmake@EXEEXT@ src.downloaded
@. ./*[Ee]nv.[Ss]et.sh && \
cd instsetoo_native && \
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
@@ -34,11 +34,11 @@ dmake/dmake@EXEEXT@:
@. ./*[Ee]nv.[Ss]et.sh && \
./bootstrap
-src/downloaded: ooo.lst download
+src.downloaded: ooo.lst download
@. ./*[Ee]nv.[Ss]et.sh && \
$$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@
-fetch: src/downloaded
+fetch: src.downloaded
Makefile: configure.in set_soenv.in Makefile.in
./autogen.sh