From: Joona Kiiski Date: Sun, 30 Nov 2014 21:02:39 +0000 (+0000) Subject: Retire support for Haiku installation directory from Makefile X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=35c1ccef3962818339806f657eedba2da96bf18a 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 --- diff --git a/src/Makefile b/src/Makefile index 48f1fa1c..75bbbd6c 100644 --- 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