diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-26 15:45:21 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-26 16:51:55 -0500 |
commit | 7f3c006d9b7fb8d57d69e3385703516f0932b168 (patch) | |
tree | 7b8282af55575f68a12a2eb7dcd462b8108d192c /solenv | |
parent | 98814c01f3ed572109caf6595669e2a6c30faae3 (diff) |
fixes for building in a separate dir
Change-Id: I244fa0c54c8d98827ab0a987ba353dedf733e695
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 686b09f853a7..7c9d5ec0e9e9 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -282,7 +282,7 @@ include $(GBUILDDIR)/Deliver.mk $(eval $(call gb_Deliver_init)) -include $(SOLARENV)/inc/minor.mk +include $(BUILDDIR)/solenv/inc/minor.mk # We are using a set of scopes that we might as well call classes. |