From f5c135d0d2802d5d5adab0153b065cff059d1b2e Mon Sep 17 00:00:00 2001 From: leitner Date: Fri, 26 Sep 2003 19:27:59 +0000 Subject: [PATCH] bug fix --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index f75109b..708fd35 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,8 +20,8 @@ CFLAGS=-pipe -Wall -O2 -fomit-frame-pointer path = $(subst :, ,$(PATH)) diet_path = $(foreach dir,$(path),$(wildcard $(dir)/diet)) -ifneq ($(strip $(diet_path)),) -ifeq ($(wildcard /opt/diet/bin/diet),/opt/diet/bin/diet) +ifeq ($(strip $(diet_path)),) +ifneq ($(wildcard /opt/diet/bin/diet),) DIET=/opt/diet/bin/diet else DIET=