aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.am
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 /gas/Makefile.am
parent521d4b194f89ca8f7d5d3cce1ecdc4fc7559205c (diff)
downloadgdb-a76bf0e55d84e8529a337cad278814ba2e30d3af.zip
gdb-a76bf0e55d84e8529a337cad278814ba2e30d3af.tar.gz
gdb-a76bf0e55d84e8529a337cad278814ba2e30d3af.tar.bz2
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 'gas/Makefile.am')
-rw-r--r--gas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.