8
0
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:
alexpeshkoff 2010-11-24 13:19:20 +00:00
parent d87c4fbe3c
commit 97b90028ec

View File

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