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-write-ifchanged.mk | |
parent | 95d18493a5d3399993053b94cb1fc4542699f884 (diff) |
(systemd) at: mod: don't call on .doc
Diffstat (limited to 'build-aux/Makefile.once.head/10-write-ifchanged.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-write-ifchanged.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.head/10-write-ifchanged.mk b/build-aux/Makefile.once.head/10-write-ifchanged.mk index 5abb3ce..649aab9 100644 --- a/build-aux/Makefile.once.head/10-write-ifchanged.mk +++ b/build-aux/Makefile.once.head/10-write-ifchanged.mk @@ -18,5 +18,6 @@ define mod.write-ifchanged.doc # ... > $@ # ... | $(WRITE_ATOMIC) $@ endef +mod.write-ifchanged.doc := $(value mod.write-ifchanged.doc) WRITE_IFCHANGED ?= $(topsrcdir)/build-aux/write-ifchanged |