Updated Makefile to reflect recent directory change in Haiku from B_COMMON to B_SYSTEM for gperf

This commit is contained in:
Scott McCreary 2013-11-04 18:07:13 +00:00
parent bd19e34731
commit 290cee02b1

View file

@ -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