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/sparc_leon
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/sparc_leon')
-rw-r--r--libgloss/sparc_leon/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/libgloss/sparc_leon/Makefile.in b/libgloss/sparc_leon/Makefile.in
index 5cc1e5491..d914009f1 100644
--- a/libgloss/sparc_leon/Makefile.in
+++ b/libgloss/sparc_leon/Makefile.in
@@ -157,8 +157,5 @@ clean-info:
# target specific makefile fragment comes in here.
@target_makefile_frag@
-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