From efdd1e697a15fba09355f3dbcb90d05524080665 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Thu, 20 May 2010 18:24:45 +0300 Subject: [PATCH] Small tweaks to install gcc-profile-clean targets Signed-off-by: Marco Costalba --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index d3f3a94f..7459d06d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -400,7 +400,7 @@ popcnt-profile-build: strip: strip $(EXE) -install: default +install: -mkdir -p -m 755 $(BINDIR) -cp $(EXE) $(BINDIR) -strip $(BINDIR)/$(EXE) @@ -467,7 +467,7 @@ gcc-profile-use: all gcc-profile-clean: - @rm -rf *.gcda bench.txt + @rm -rf *.gcda *.gcno bench.txt icc-profile-prepare: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean -- 2.39.2