Retire support for Haiku installation directory from Makefile

- It is out of the scope of the project.
- It is the responsibility of Haiku package maintainer to
  configure this.

No functional change

Resolves #143
This commit is contained in:
Joona Kiiski
2014-11-30 21:02:39 +00:00
parent 0935dca9a6
commit 35c1ccef39

View File

@@ -28,10 +28,6 @@ EXE = stockfish
### Installation dir definitions
PREFIX = /usr/local
# Haiku has a non-standard filesystem layout
ifeq ($(UNAME),Haiku)
PREFIX=/boot/system/non-packaged
endif
BINDIR = $(PREFIX)/bin
### Built-in benchmark for pgo-builds