summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2020-11-07 21:28:47 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2020-11-09 12:05:39 +0100
commita76bf0e55d84e8529a337cad278814ba2e30d3af (patch)
tree366d8354a8681bb0fc4cdb390758e80994d525ac /binutils
parent521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c (diff)
downloadbinutils-gdb-a76bf0e55d84e8529a337cad278814ba2e30d3af.tar.gz
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.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.am2
-rw-r--r--binutils/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 25ba6084e86..33bb59bf413 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-11-09 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile.am (development.exp): Fix regexp.
+ * Makefile.in: Regenerate.
+
2020-11-09 Nick Clifton <nickc@redhat.com>
PR 26847
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 24f8423ebc5..e2f9e5cb578 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -213,7 +213,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 }' > $@
installcheck-local:
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index fee05dfa84a..32f2e20375a 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1448,7 +1448,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 }' > $@
installcheck-local: