summaryrefslogtreecommitdiff
path: root/ld/Makefile.in
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 /ld/Makefile.in
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 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 712e3f44809..e5eea3886ca 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -2551,7 +2551,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 }' > $@
enablings.exp: