mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
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:
parent
44a79a6eca
commit
92e488d5b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user