public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] libgloss/riscv: Fix hard coded reference to configure.in after rename
@ 2021-10-27 15:44 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2021-10-27 15:44 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=92e488d5b828b65a012adc0cbb06ac07055548d1

commit 92e488d5b828b65a012adc0cbb06ac07055548d1
Author: Lewis Revill <lewis.revill@embecosm.com>
Date:   Wed Oct 27 14:24:06 2021 +0100

    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.

Diff:
---
 libgloss/riscv/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgloss/riscv/Makefile.in b/libgloss/riscv/Makefile.in
index 185b6e6d2..d118a1876 100644
--- a/libgloss/riscv/Makefile.in
+++ b/libgloss/riscv/Makefile.in
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-27 15:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-27 15:44 [newlib-cygwin] libgloss/riscv: Fix hard coded reference to configure.in after rename Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).