File tree Expand file tree Collapse file tree
external/gpl3/gdb/dist/sim Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5822,7 +5822,7 @@ testsuite/common/bits64m63.c: testsuite/common/bits-gen$(EXEEXT) testsuite/commo
58225822
58235823@SIM_ENABLE_ARCH_ppc_TRUE@ppc/defines.h : ppc/stamp-defines ; @true
58245824@SIM_ENABLE_ARCH_ppc_TRUE@ppc/stamp-defines : config.h Makefile
5825- @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
5825+ @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
58265826@SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_at)$(SHELL) $(srcroot)/move-if-change ppc/defines.hin ppc/defines.h
58275827@SIM_ENABLE_ARCH_ppc_TRUE@ $(AM_V_at)touch $@
58285828
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ noinst_PROGRAMS += %D%/run
8080
8181% D% /defines.h : % D% /stamp-defines ; @true
8282% D% /stamp-defines : config.h Makefile
83- $(AM_V_GEN )$(SED ) -n -e ' /^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p }' < config.h > %D%/defines.hin
83+ $(AM_V_GEN )$(SED ) -n -e ' /^#define HAVE_.*1$$/{ s/ 1$$/",/; s/.* HAVE_/"HAVE_/; p; }' < config.h > %D%/defines.hin
8484 $(AM_V_at )$(SHELL ) $(srcroot ) /move-if-change %D%/defines.hin %D%/defines.h
8585 $(AM_V_at ) touch $@
8686
You can’t perform that action at this time.
0 commit comments