diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-09 16:16:28 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-10-09 16:16:51 +0200 |
commit | a73cb32c7285343cbb30b4647e8e7e448eebbb02 (patch) | |
tree | ffbc83e64688ef2d9de699685f7afa7fab131ef5 | |
parent | 0c1033a08eff36699d4ec1e8eea76a7d8b621cdf (diff) |
fix compilerplugins makefile typo
Change-Id: Iff01d234746221a775c7b4f5742ae508691a90d0
-rw-r--r-- | compilerplugins/Makefile-clang.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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: |