Resiliance against dropped prerequisites for rerunning autogen.sh
Change-Id: I6ff56eb00cf6367d7b4de96ac887cb4e807bddb3
This commit is contained in:
parent
3677953fc3
commit
a32283f452
1 changed files with 7 additions and 1 deletions
|
@ -36,7 +36,13 @@ $(BUILDDIR)/config_host.mk : \
|
|||
$(BUILDDIR)/autogen.lastrun
|
||||
$(SRCDIR)/autogen.sh
|
||||
|
||||
# dummy rule in case autogen.lastrun does not exist
|
||||
# dummy rule in case any of the above prerequisites are removed, so that a stale
|
||||
# Makefile still triggers autogen.sh, or in case autogen.lastrun does not yet
|
||||
# exist
|
||||
$(SRCDIR)/config_host.mk.in \
|
||||
$(SRCDIR)/Makefile.in \
|
||||
$(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
|
||||
$(SRCDIR)/configure.ac \
|
||||
$(BUILDDIR)/autogen.lastrun:
|
||||
@true
|
||||
|
||||
|
|
Loading…
Reference in a new issue