From 35c1ccef3962818339806f657eedba2da96bf18a Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Sun, 30 Nov 2014 21:02:39 +0000 Subject: [PATCH] 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 --- src/Makefile | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.2