summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-27 08:16:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-03-27 08:17:52 +0200
commitef5b4b577c407ab5dc1595a1865f710a14e1bdee (patch)
tree42925322e8ac5b1fbc5a1660daf441c86024ae5c /Makefile
parentdf827af160fa255c56b9aaef644a2d9c4680977d (diff)
dev-install needs to depend on build after all
...as only "build" passes through instsetoo_native, where some files (pyuno.py etc.) are copied into places where ooinstall expects to find them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43862673c6b1..d29f244e5d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -430,7 +430,7 @@ install:
echo "Installation finished, you can now execute:" && \
echo "$(INSTALLDIR)/program/soffice"
-dev-install: build-packimages
+dev-install: build
@rm -rf $(OUTDIR)/installation
@mkdir $(OUTDIR)/installation
ifeq ($(DISABLE_LINKOO),TRUE)