From 415dad72c1dcc4e37fe3137e8428dd15154a30e5 Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Thu, 4 Jun 2009 12:14:55 +0000 Subject: [PATCH] Erlaube es auf allen Plattformen zu bauen. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 66e21114..b1b8efd8 100644 --- a/Makefile +++ b/Makefile @@ -25,12 +25,6 @@ # Check the OS type OSTYPE := $(shell uname -s) -ifneq ($(OSTYPE),Linux) -ifneq ($(OSTYPE),FreeBSD) -#$(error $(OSTYPE) is currently not supported by this Client.) -endif -endif - # ---------- ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/)