From 023f2cb0f5b7bca8ba7e55cd5d4dea73f9071d3b Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sun, 11 Jun 2006 09:59:11 +0000 Subject: [PATCH] fixed linux detection --- Benchmark/src/Benchmark/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Benchmark/src/Benchmark/makefile b/Benchmark/src/Benchmark/makefile index 6976388f954..194ecd50047 100644 --- a/Benchmark/src/Benchmark/makefile +++ b/Benchmark/src/Benchmark/makefile @@ -57,7 +57,7 @@ clean: %.C %.h : %.y $(BISON) -d $< -o $*.C -ifeq ($(OSTYPE), linux) +ifeq (linux, $(findstring linux,$(OSTYPE))) mv $*.H $*.h endif