Index: external/gpl3/gdb/dist/sim/Makefile.in =================================================================== RCS file: /cvsroot/src/external/gpl3/gdb/dist/sim/Makefile.in,v retrieving revision 1.1.1.10 diff -u -p -r1.1.1.10 Makefile.in --- external/gpl3/gdb/dist/sim/Makefile.in 12 Aug 2024 21:37:18 -0000 1.1.1.10 +++ external/gpl3/gdb/dist/sim/Makefile.in 13 Feb 2026 18:08:35 -0000 @@ -5822,7 +5822,7 @@ testsuite/common/bits64m63.c: testsuite/ @SIM_ENABLE_ARCH_ppc_TRUE@ppc/defines.h: ppc/stamp-defines ; @true @SIM_ENABLE_ARCH_ppc_TRUE@ppc/stamp-defines: config.h Makefile -@SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_GEN)$(SED) -n -e '/^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p }' < config.h > ppc/defines.hin +@SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_GEN)$(SED) -n -e '/^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p; }' < config.h > ppc/defines.hin @SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_at)$(SHELL) $(srcroot)/move-if-change ppc/defines.hin ppc/defines.h @SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_at)touch $@ Index: external/gpl3/gdb/dist/sim/ppc/local.mk =================================================================== RCS file: /cvsroot/src/external/gpl3/gdb/dist/sim/ppc/local.mk,v retrieving revision 1.1.1.2 diff -u -p -r1.1.1.2 local.mk --- external/gpl3/gdb/dist/sim/ppc/local.mk 12 Aug 2024 21:37:29 -0000 1.1.1.2 +++ external/gpl3/gdb/dist/sim/ppc/local.mk 13 Feb 2026 18:08:35 -0000 @@ -80,7 +80,7 @@ noinst_PROGRAMS += %D%/run %D%/defines.h: %D%/stamp-defines ; @true %D%/stamp-defines: config.h Makefile - $(AM_V_GEN)$(SED) -n -e '/^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p }' < config.h > %D%/defines.hin + $(AM_V_GEN)$(SED) -n -e '/^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p; }' < config.h > %D%/defines.hin $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/defines.hin %D%/defines.h $(AM_V_at)touch $@