libgloss/riscv: Fix hard coded reference to configure.in after rename

The file configure.in was renamed to configure.ac in libgloss/riscv but
the hard coded name in the Makefile for that directory was not updated.
This patch simply renamed this to configure.ac.
This commit is contained in:
Lewis Revill 2021-10-27 14:24:06 +01:00 committed by Corinna Vinschen
parent 44a79a6eca
commit 92e488d5b8
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ install : install-hdrs install-libs install-specs
#-------------------------------------------------------------------------
configure_prereq = \
$(src_dir)/configure.in \
$(src_dir)/configure.ac \
$(src_dir)/configure : $(configure_prereq)
cd $(src_dir) && autoconf