From 5da4dc1ee4f1426dc5b42621ce671042e2685f67 Mon Sep 17 00:00:00 2001 From: Robin Leroy Date: Sun, 17 Jan 2016 22:44:11 +0100 Subject: [PATCH] -h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f02a9974c..2ff5d4be56 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ IWYU_CHECK_ERROR := tee /dev/tty | test ! "`grep ' error: '`" IWYU_TARGETS := $(wildcard */*.cpp) iwyu_generate_mappings: - {ls */*_body.hpp && ls */*.generated.h} | awk -f iwyu_generate_mappings.awk > iwyu_generated_mappings.imp + { ls */*_body.hpp && ls */*.generated.h; } | awk -f iwyu_generate_mappings.awk > iwyu_generated_mappings.imp %.cpp!!iwyu: iwyu_generate_mappings $(IWYU) $(CXXFLAGS) $(subst !SLASH!,/, $*.cpp) $(IWYU_FLAGS) 2>&1 | tee $(subst !SLASH!,/, $*.iwyu) | $(IWYU_CHECK_ERROR)