diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-29 00:10:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-29 00:10:59 -0500 |
commit | 580817ec0132265e6dfd0bb19b5deaf6b5866a35 (patch) | |
tree | d157dc8d59bc5a148816e91d0ac20c20e9d5cda4 /libgloss/nios2 | |
parent | 063d67faf0266e5ba169bc5cfde8aed011b1d41b (diff) | |
download | newlib-580817ec0132265e6dfd0bb19b5deaf6b5866a35.zip newlib-580817ec0132265e6dfd0bb19b5deaf6b5866a35.tar.gz newlib-580817ec0132265e6dfd0bb19b5deaf6b5866a35.tar.bz2 |
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.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libgloss/nios2/Makefile.in b/libgloss/nios2/Makefile.in index fd7e79f..fe1ea6a 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 |