X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=build%2FMakefile;h=54698d2f09ea0fa6ac742a800b22a79683af194f;hb=634be141f3f014e31d5931a968c0c0f7e07205fb;hp=a5ac83a0b006d4ca14c872a9c2c070a79f934210;hpb=ff63510605a8dfc41efb908015364152fa676d9b;p=libucw.git diff --git a/build/Makefile b/build/Makefile index a5ac83a0..54698d2f 100644 --- a/build/Makefile +++ b/build/Makefile @@ -14,6 +14,6 @@ $(o)/build/genhash: LIBS= INSTALL_TARGETS+=install-build install-build: install -d -m 755 $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build - install -m 755 $(addprefix $(s)/build/,install-includes doc-defs doc-extract genconf mergedeps tester lib-deps lib-flags) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build - install -m 644 $(addprefix $(s)/build/,asciidoc.conf asciidoc-xhtml.conf Makebottom Maketop) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build + install -m 755 $(addprefix $(BUILDSYS)/,install-includes doc-defs doc-extract genconf mergedeps tester lib-deps lib-flags) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build + install -m 644 $(addprefix $(BUILDSYS)/,asciidoc.conf asciidoc-xhtml.conf Makebottom Maketop) $(DESTDIR)$(INSTALL_SHARE_DIR)/ucw/build .PHONY: install-build