projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0935dca
)
Retire support for Haiku installation directory from Makefile
author
Joona Kiiski
<joona.kiiski@gmail.com>
Sun, 30 Nov 2014 21:02:39 +0000
(21:02 +0000)
committer
Joona Kiiski
<joona.kiiski@gmail.com>
Sat, 6 Dec 2014 14:23:08 +0000
(14:23 +0000)
- 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
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 48f1fa1cf5125ccdc547f707dbba27ae114cbf18..75bbbd6c40b19609e6c36c93357ea877c6b96399 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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