Updated Makefile to reflect recent directory change in Haiku from B_COMMON to B_SYSTEM for gperf
This commit is contained in:
parent
bd19e34731
commit
290cee02b1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue