mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
core: avoid using BASE_DIR in vpath
When building core from a source archive, we don't want to incorporate any source codes from BASE_DIR.
This commit is contained in:
parent
ece67ca174
commit
e2fb49ae39
@ -17,7 +17,7 @@ CC_OPT_version += -DGENODE_VERSION="\"$(GENODE_VERSION)\""
|
||||
|
||||
SRC_CC += version.cc
|
||||
|
||||
vpath version.cc $(BASE_DIR)/src/core
|
||||
vpath version.cc $(dir $(call select_from_repositories,src/core/version.cc))
|
||||
|
||||
version.o: force_version_compilation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user