diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-09-22 16:51:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-09-22 16:51:22 +0300 |
commit | c32d54f244b0a18e0dcfcfceae140499e2dc3bbe (patch) | |
tree | 80b3edfee336f1724245508498abfc05eda8919b /Makefile.in | |
parent | 7df3faa8ebb05cdc36113d07910498d4ba180856 (diff) |
Revert "Goodbye autogen.lastrun"
Welcome back autogen.lastrun. I just don't have the energy to convince
tinderbox maintainers to fix their scripts. Oh well.
This reverts commit 7496c83374f68148c62ac23a6e4c4c314d67273d.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 03184af18d44..62924dc2aae0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,6 +46,7 @@ $(BUILDDIR)/config_host.mk : $(wildcard \ $(SRCDIR)/configure.ac \ $(SRCDIR)/config_host/*.h.in \ $(BUILDDIR)/autogen.input \ + $(BUILDDIR)/autogen.lastrun \ $(BUILDDIR)/autogen.sh \ ) \ $(shell . $(SRCDIR)/bin/get_config_variables JAVA_HOME && \ |