[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

Luboš Luňák (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 14:18:50 UTC 2019


 compilerplugins/Makefile-clang.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a73cb32c7285343cbb30b4647e8e7e448eebbb02
Author:     Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Wed Oct 9 16:16:28 2019 +0200
Commit:     Luboš Luňák <l.lunak at collabora.com>
CommitDate: Wed Oct 9 16:16:51 2019 +0200

    fix compilerplugins makefile typo
    
    Change-Id: Iff01d234746221a775c7b4f5742ae508691a90d0

diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index eb1ae04d0bf4..c6b3b208c7e0 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -307,7 +307,7 @@ $(CLANGOUTDIR)/sharedvisitor/clang.pch: $(CLANGINDIR)/sharedvisitor/precompiled_
         $(COMPILER_PLUGINS_TOOLING_ARGS) $< -o $@ -MMD -MT $@ -MP \
         -MF $(CLANGOUTDIR)/sharedvisitor/clang.pch.d
 
--include $(CLANGOUTDIR)/sharedvisitor/clan.pch.d
+-include $(CLANGOUTDIR)/sharedvisitor/clang.pch.d
 
 else
 $(CLANGOUTDIR)/sharedvisitor/clang.pch:


More information about the Libreoffice-commits mailing list