diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-30 19:27:23 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-30 19:27:23 -0400 |
commit | 9384e763b00774603208b3d44977ed0e6762a09a (patch) | |
tree | fd8276bc961ccb91434bc2fee08c45cfb08a0961 /build-aux/Makefile.once.head/10-nested.mk | |
parent | 95d18493a5d3399993053b94cb1fc4542699f884 (diff) |
(systemd) at: mod: don't call on .doc
Diffstat (limited to 'build-aux/Makefile.once.head/10-nested.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-nested.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/10-nested.mk b/build-aux/Makefile.once.head/10-nested.mk index 72e15ab..4f181a9 100644 --- a/build-aux/Makefile.once.head/10-nested.mk +++ b/build-aux/Makefile.once.head/10-nested.mk @@ -40,5 +40,6 @@ define mod.nested.doc # | at.subdirs | DIST_SUBDIRS | # | nested.subdirs | SUBDIRS | endef +mod.nested.doc := $(value mod.nested.doc) nested.targets ?= |