diff options
author | fanquake <fanquake@gmail.com> | 2022-07-14 16:40:40 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-18 09:15:18 +0100 |
commit | 98a0ae6b245dca088610094ff92c14ce395d4958 (patch) | |
tree | 30578318a82bb98d61cc4c291eddff1931448c95 | |
parent | 82ab22af3a96c114666beb53c4a1eafd00140f0e (diff) |
doc: remove references to downstream
Having references to downstream no-longer make sense now that we've
unsubtree'd.
-rw-r--r-- | src/univalue/sources.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/univalue/sources.mk b/src/univalue/sources.mk index e156216378..0cba432ecf 100644 --- a/src/univalue/sources.mk +++ b/src/univalue/sources.mk @@ -1,12 +1,8 @@ -# - All variables are namespaced with UNIVALUE_ to avoid colliding with -# downstream makefiles. # - All Variables ending in _HEADERS or _SOURCES confuse automake, so the # _INT postfix is applied. # - Convenience variables, for example a UNIVALUE_TEST_DIR should not be used # as they interfere with automatic dependency generation -# - The %reldir% is the relative path from the Makefile.am. This allows -# downstreams to use these variables without having to manually account for -# the path change. +# - The %reldir% is the relative path from the Makefile.am. UNIVALUE_INCLUDE_DIR_INT = %reldir%/include |