mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Fixed CORE-3257: 'make install' fails on linux
This commit is contained in:
parent
d87c4fbe3c
commit
97b90028ec
@ -49,7 +49,7 @@ EXA_ROOT=$(ROOT)/examples
|
||||
|
||||
FIREBIRD=$(GEN_ROOT)/firebird
|
||||
INTERBASE=$(FIREBIRD)
|
||||
FIREBIRD_LOCK=$(FIREBIRD)
|
||||
FIREBIRD_LOCK=$(shell cd $(FIREBIRD); pwd)
|
||||
|
||||
export INTERBASE
|
||||
export FIREBIRD
|
||||
|
Loading…
Reference in New Issue
Block a user