From b147631f3da51648e46d40b12fbbd411026e3779 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 2 Jun 2016 03:27:43 -0400 Subject: stuff --- build-aux/Makefile.once.tail/20-systemd.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'build-aux/Makefile.once.tail') diff --git a/build-aux/Makefile.once.tail/20-systemd.mk b/build-aux/Makefile.once.tail/20-systemd.mk index 15f791f272..b48af97948 100644 --- a/build-aux/Makefile.once.tail/20-systemd.mk +++ b/build-aux/Makefile.once.tail/20-systemd.mk @@ -23,12 +23,20 @@ $(topsrcdir)/configure: $(topsrcdir)/configure.ac cd $(topsrcdir) && ./autogen.sh + test -f $@ + touch $@ $(topoutdir)/config.status: $(topsrcdir)/configure cd $(topoutdir) && ./config.status --recheck + test -f $@ + touch $@ $(addprefix $(topoutdir)/,config.mk automake.mk autoconf.mk gnustandards.mk po/Makefile.in): $(topoutdir)/%: $(topoutdir)/config.status $(topsrcdir)/%.in cd $(topoutdir) && ./config.status --file=$* + test -f $@ + touch $@ $(addprefix $(topoutdir)/,config.h): $(topoutdir)/%: $(topoutdir)/config.status $(topsrcdir)/%.in - cd $(topoutdir) && ./config.status --header=$* + cd $(topoutdir) && ./config.status --header=$* || touch + test -f $@ + touch $@ # 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