From c3ed726b3ee1b679e31bb07035b361917331b84d Mon Sep 17 00:00:00 2001
From: Julien Moutinho <julm+hcompta@autogeree.net>
Date: Sat, 1 Aug 2015 16:41:27 +0200
Subject: [PATCH] Polissage : GNUmakefile.

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 6fe5f5f..689ad6b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -125,7 +125,7 @@ hlint: $(HCOMPTA_INTERFACES:=/hlint.html)
 ##  prof
 ###
 .PHONY: prof
-prof: $(foreach command,$(HCOMPTA_COMMANDS),prof/$(command))
+prof: $(addprefix prof/,$(HCOMPTA_COMMANDS))
 
 prof/commit/$(commit):
 	mkdir -p "$@"
-- 
2.47.0