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

New commits:
commit a73cb32c7285343cbb30b4647e8e7e448eebbb02
Author:     Luboš Luňák <[email protected]>
AuthorDate: Wed Oct 9 16:16:28 2019 +0200
Commit:     Luboš Luňák <[email protected]>
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:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to