From dc87a258baee71d9d89852927b9539f4d387bf7a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 9 Feb 2012 15:46:54 +0100 Subject: [PATCH] [COR] Suppression d'un which de trop --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 05938ec..88ece51 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,6 @@ include configrc PROG_ECHO = `which echo` PROG_TEST = `which test` PROG_SED = `which sed` -PROG_PATCH = `which patch` PROG_CAT = `which cat` PROG_CP = `which cp` PROG_BASH = `which bash`