1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

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 ### Installation dir definitions
PREFIX = /usr/local PREFIX = /usr/local
# Haiku has a non-standard filesystem layout
ifeq ($(UNAME),Haiku)
PREFIX=/boot/system/non-packaged
endif
BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin
### Built-in benchmark for pgo-builds ### Built-in benchmark for pgo-builds