diff options
Diffstat (limited to 'config/CppCheck.am')
-rw-r--r-- | config/CppCheck.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/CppCheck.am b/config/CppCheck.am index d0f1d6f19..0c2502f3d 100644 --- a/config/CppCheck.am +++ b/config/CppCheck.am @@ -11,7 +11,7 @@ CPPCHECKDIRS = CPPCHECKTARGETS = cppcheck-recursive-%: - $(MAKE) -C $(subst ^,/,$(subst cppcheck-recursive-,,$@)) cppcheck + $(MAKE) -C $(subst cppcheck-recursive-,,$@) cppcheck _CTGT = $(subst cppcheck-for-,,$@) cppcheck-for-%: |