Erlaube es auf allen Plattformen zu bauen.

This commit is contained in:
Yamagi Burmeister 2009-06-04 12:14:55 +00:00
parent 058d8de80f
commit 415dad72c1
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@
# Check the OS type # Check the OS type
OSTYPE := $(shell uname -s) 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/) ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/amd64/x86_64/)