From bcf1acd2a33706c296339f5627eb4070fdda2ecd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 1 Jun 2016 17:18:06 -0400 Subject: get libbasic to build again --- build-aux/Makefile.once.tail/20-systemd.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-aux/Makefile.once.tail/20-systemd.mk') 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 -- cgit v1.2.3-54-g00ecf