]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-vars.make
* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
[lilypond.git] / stepmake / stepmake / texinfo-vars.make
index b615e060790227a908bb3c0291364bc922a171b8..ef46fa53f933a8884a997e4b0601f87952da9c01 100644 (file)
@@ -18,6 +18,6 @@ MAKEINFO = LANG= $(MAKEINFO_PROGRAM)  --enable-encoding
 INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
 INFO_INSTALL_COMMAND =$(if $(INFO_INSTALL_FILES),\
        $(INSTALL) -d $(DESTDIR)$(package_infodir) ; \
-       $(MAKE) INSTALLATION_OUT_DIR=$(DESTDIR)$(package_infodir) \
+       $(MAKE) INSTALLATION_OUT_DIR=$(package_infodir) \
                depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" \
                -f $(stepdir)/install-out.sub.make,true)