Skip to content

Commit

Permalink
Retire support for Haiku installation directory from Makefile
Browse files Browse the repository at this point in the history
- It is out of the scope of the project.
- It is the responsibility of Haiku package maintainer to
  configure this.

No functional change

Resolves official-stockfish#143
  • Loading branch information
zamar committed Dec 6, 2014
1 parent 0935dca commit 35c1cce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35c1cce

Please sign in to comment.