aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/Makefile.am2
-rw-r--r--gas/Makefile.in2
3 files changed, 7 insertions, 2 deletions
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 <schwab@linux-m68k.org>
+
+ * Makefile.am (development.exp): Fix regexp.
+ * Makefile.in: Regenerate.
+
2020-11-09 Nelson Chu <nelson.chu@sifive.com>
* 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