summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.once.tail
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 03:27:43 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-02 03:27:43 -0400
commitb147631f3da51648e46d40b12fbbd411026e3779 (patch)
tree25e0e76939f5b48bd1bbb3e6fe41dedda60fa937 /build-aux/Makefile.once.tail
parent9d58ee0c730429582fb1065455794cebcf90d8b3 (diff)
stuff
Diffstat (limited to 'build-aux/Makefile.once.tail')
-rw-r--r--build-aux/Makefile.once.tail/20-systemd.mk10
1 files changed, 9 insertions, 1 deletions
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