aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-11-27 11:02:38 -0800
committerGitHub <noreply@github.com>2018-11-27 11:02:38 -0800
commit75504a4f877ca5d1a7349fed30a1e5e4ed7eb606 (patch)
tree7764cc3f26fa7b1bc0e68e01c2c70407e8db2fcc
parentd002dc70bd0397403c2b170208c47c38f3628c68 (diff)
parentf431e367caa24b768b341c69685443061358cc8c (diff)
downloadriscv-gnu-toolchain-75504a4f877ca5d1a7349fed30a1e5e4ed7eb606.zip
riscv-gnu-toolchain-75504a4f877ca5d1a7349fed30a1e5e4ed7eb606.tar.gz
riscv-gnu-toolchain-75504a4f877ca5d1a7349fed30a1e5e4ed7eb606.tar.bz2
Merge pull request #394 from riscv/configure-checkbefore-fsf-gdb
Run config.status --recheck when configure changes.
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e6fe01c..5b84bfd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -859,3 +859,6 @@ install:
# Rebuilding Makefile.
Makefile: $(srcdir)/Makefile.in config.status
CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+
+config.status: $(srcdir)/configure
+ CONFIG_SHELL="$(SHELL)" $(SHELL) ./config.status --recheck