From 580817ec0132265e6dfd0bb19b5deaf6b5866a35 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 29 Jan 2022 00:10:59 -0500 Subject: 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. --- libgloss/pa/Makefile.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libgloss/pa') diff --git a/libgloss/pa/Makefile.in b/libgloss/pa/Makefile.in index 03323c3b8..a26b332a6 100644 --- a/libgloss/pa/Makefile.in +++ b/libgloss/pa/Makefile.in @@ -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 -- cgit v1.2.3