diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 02:51:53 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-02 02:51:53 -0400 |
commit | d87844858c36a9af10ecce0c14e3f782bde46c76 (patch) | |
tree | 4d431a3bfc18bf4ab2cb095a9da9aa4f9946d890 /src/journal/Makefile | |
parent | d2556f9977122552e1b6ba4a233a500ce86b1343 (diff) | |
parent | e2f05419e03ecc833012cbd3e9ed71812814acff (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
# Conflicts:
# src/journal/Makefile
Diffstat (limited to 'src/journal/Makefile')
-rw-r--r-- | src/journal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/Makefile b/src/journal/Makefile index e5223d72bc..43e8810680 100644 --- a/src/journal/Makefile +++ b/src/journal/Makefile @@ -23,6 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk + $(outdir)/dns_type-list.txt: src/resolve/dns-type.h $(AM_V_at)$(MKDIR_P) $(dir $@) $(AM_V_GEN)$(SED) -n -r 's/.* DNS_TYPE_(\w+).*/\1/p' <$< >$@ |