summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.tail
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 17:18:06 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-01 17:18:06 -0400
commitbcf1acd2a33706c296339f5627eb4070fdda2ecd (patch)
tree2aa7628170b8dfd03305aa9b56d28b0bc202b6bf /build-aux/Makefile.once.tail
parentb3390c34179818fe1f5f9848141a3f891aeb45e7 (diff)
get libbasic to build again
Diffstat (limited to 'build-aux/Makefile.once.tail')
-rw-r--r--build-aux/Makefile.once.tail/20-systemd.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/Makefile.once.tail/20-systemd.mk b/build-aux/Makefile.once.tail/20-systemd.mk
index 7e18da1449..ea0e341c2d 100644
--- a/build-aux/Makefile.once.tail/20-systemd.mk
+++ b/build-aux/Makefile.once.tail/20-systemd.mk
@@ -27,6 +27,8 @@ $(topoutdir)/config.status: $(topsrcdir)/configure
cd $(@D) && $(abspath $<)
$(addprefix $(topoutdir)/,config.mk automake.mk autoconf.mk gnustandards.mk po/Makefile.in): $(topoutdir)/%: $(topoutdir)/config.status $(topsrcdir)/%.in
cd $(topoutdir) && ./config.status --file=$*
+$(addprefix $(topoutdir)/,config.h): $(topoutdir)/%: $(topoutdir)/config.status $(topsrcdir)/%.in
+ cd $(topoutdir) && ./config.status --file=$*
# Let's run all tests of the test suite, but under valgrind. Let's
# exclude perl/python/shell scripts we have in there