Fix automake dependencies
* Makefile.in (AUTOMAKE_INPUTS): Add nt/gnulib.mk. (Bug#25372) All platforms need this file to exist.
This commit is contained in:
parent
8d7bdd7540
commit
25d3297bb9
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ $(srcdir)/aclocal.m4: $(ACLOCAL_INPUTS)
|
|||
cd $(srcdir) && ACLOCAL_PATH='$(ACLOCAL_PATH)' $(ACLOCAL) -I m4
|
||||
|
||||
AUTOMAKE_INPUTS = $(srcdir)/aclocal.m4 $(srcdir)/lib/Makefile.am \
|
||||
$(gnulib_mk)
|
||||
$(srcdir)/lib/gnulib.mk $(srcdir)/nt/gnulib.mk
|
||||
$(srcdir)/lib/Makefile.in: $(AUTOMAKE_INPUTS)
|
||||
cd $(srcdir) && $(AUTOMAKE) --gnu -a -c lib/Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue