diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-03-27 08:16:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-03-27 08:17:52 +0200 |
commit | ef5b4b577c407ab5dc1595a1865f710a14e1bdee (patch) | |
tree | 42925322e8ac5b1fbc5a1660daf441c86024ae5c /Makefile | |
parent | df827af160fa255c56b9aaef644a2d9c4680977d (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |