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.
This commit is contained in:
Mike Frysinger 2022-01-29 00:10:59 -05:00
parent 063d67faf0
commit 580817ec01
6 changed files with 12 additions and 30 deletions

View File

@ -142,8 +142,5 @@ ${CRT0}: ${srcdir}/crt0.S
# 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

View File

@ -141,8 +141,5 @@ info doc dvi:
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

View File

@ -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

View File

@ -149,8 +149,5 @@ op50nled.o: ${srcdir}/op50nled.c
# 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

View File

@ -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

View File

@ -122,8 +122,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