From bf553ae72bdce5de054cdbbde09b60a1384ad93a Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Jan 2009 20:38:48 +0000 Subject: Fix white space damage after switching to using paths found by ./configure. /trunk/samples/samples.mk | 2 1 1 0 /trunk/config/config.mk | 104 52 52 0 ++++++++++++++++++++++++++-------------------------- 2 files changed, 53 insertions(+), 53 deletions(-) --- samples/samples.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index c8befbaa..6052ae9f 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -76,7 +76,7 @@ $(CT_SAMPLES): echo ; \ echo '***********************************************************'; \ ) - $(SILENT)if $(grep) -E '^CT_EXPERIMENTAL=y$$' .config >/dev/null 2>&1; then \ + $(SILENT)if $(grep) -E '^CT_EXPERIMENTAL=y$$' .config >/dev/null 2>&1; then \ echo ; \ echo 'WARNING! This sample may enable experimental features.'; \ echo ' Please be sure to review the configuration prior'; \ -- cgit v1.2.3