From 57e7673e4249fef78a8023d6b89e735793b7e4ed Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 27 Sep 2003 02:05:22 +0000 Subject: [PATCH] one more strip for cosmetical reasons --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 708fd35..cb25927 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -27,7 +27,7 @@ else DIET= endif else -DIET:=$(diet_path) +DIET:=$(strip $(diet_path)) endif # to build without diet libc support, use $ make DIET= # see http://www.fefe.de/dietlibc/ for details about the diet libc