Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-29 08:10:59 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-29 08:10:59 +0300
commit580817ec0132265e6dfd0bb19b5deaf6b5866a35 (patch)
treed157dc8d59bc5a148816e91d0ac20c20e9d5cda4 /libgloss/nios2
parent063d67faf0266e5ba169bc5cfde8aed011b1d41b (diff)
libgloss: update Makefile regen rules for merged arches
For arches that had their configure merged into the top-level, make sure they don't still depend on a subdir configure script that no longer exists. I had cleaned this up for some of the subdirs, but these got lost in the shuffle.
Diffstat (limited to 'libgloss/nios2')
-rw-r--r--libgloss/nios2/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/libgloss/nios2/Makefile.in b/libgloss/nios2/Makefile.in
index fd7e79f70..fe1ea6ada 100644
--- a/libgloss/nios2/Makefile.in
+++ b/libgloss/nios2/Makefile.in
@@ -111,8 +111,5 @@ info dvi doc:
install-info:
clean-info:
-Makefile: Makefile.in config.status @host_makefile_frag_path@ @target_makefile_frag_path@
- $(SHELL) config.status
-
-config.status: configure
- $(SHELL) config.status --recheck
+Makefile: Makefile.in ../config.status
+ cd .. && $(SHELL) config.status