From bc5069ac40a19fc0f421403c9f8ae7e645b34cbb Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 1 Nov 2013 12:19:09 +0100 Subject: remove SOLARENV variable It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1 --- external/firebird/ExternalProject_firebird.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external/firebird') diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk index 8bc87e5ce256..b87b4d3e0e43 100644 --- a/external/firebird/ExternalProject_firebird.mk +++ b/external/firebird/ExternalProject_firebird.mk @@ -51,7 +51,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build): $(gb_Helper_set_ld_path)) \ $(MAKE) firebird_embedded \ $(if $(filter MACOSX,$(OS)),&& $(PERL) \ - $(SOLARENV)/bin/macosx-change-install-names.pl shl OOO \ + $(SRCDIR)/solenv/bin/macosx-change-install-names.pl shl OOO \ $(gb_Package_SOURCEDIR_firebird)/gen/firebird/lib/libfbembed.dylib.2.5.2) \ ) # vim: set noet sw=4 ts=4: -- cgit