From 290cee02b1000b0351e60b3c4dcdfa69243131f6 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 4 Nov 2013 18:07:13 +0000 Subject: [PATCH] Updated Makefile to reflect recent directory change in Haiku from B_COMMON to B_SYSTEM for gperf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c48c5c3ae..2d92cebab 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ GPERF:=$(shell finddir B_USER_BIN_DIRECTORY)/gperf else ifeq ($(SYSNAME),Haiku) OS:=beos -GPERF:=$(shell finddir B_COMMON_BIN_DIRECTORY)/gperf +GPERF:=$(shell finddir B_SYSTEM_BIN_DIRECTORY)/gperf else OS:=linux GPERF:=/usr/bin/gperf