From a76bf0e55d84e8529a337cad278814ba2e30d3af Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 7 Nov 2020 21:28:47 +0100 Subject: Fix regexp for development.exp binutils/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate. gas/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate. ld/: * Makefile.am (development.exp): Fix regexp. * Makefile.in: Regenerate. --- gas/ChangeLog | 5 +++++ gas/Makefile.am | 2 +- gas/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 786d088..f1ba270 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-11-09 Andreas Schwab + + * Makefile.am (development.exp): Fix regexp. + * Makefile.in: Regenerate. + 2020-11-09 Nelson Chu * config/tc-riscv.c (explicit_mabi): New boolean to indicate if diff --git a/gas/Makefile.am b/gas/Makefile.am index 4ff0c4f..9db77d6 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -434,7 +434,7 @@ check-DEJAGNU: site.exp fi development.exp: $(BFDDIR)/development.sh - $(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \ + $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \ | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@ # The m68k operand parser. diff --git a/gas/Makefile.in b/gas/Makefile.in index 5d241e2..2a8fdbf 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1570,7 +1570,7 @@ check-DEJAGNU: site.exp fi development.exp: $(BFDDIR)/development.sh - $(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \ + $(EGREP) "(development|experimental)=" $(BFDDIR)/development.sh \ | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@ # If m68k-parse.y is in a different directory, then ylwrap will use an -- cgit v1.1