aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Müllner <christoph.muellner@vrull.eu>2023-02-20 10:40:37 +0100
committerChristoph Müllner <christophm30@gmail.com>2023-02-20 12:23:10 +0100
commit2b8920579e4b612e9027c3bfd99e624a4cf56c4c (patch)
treeb861da59318a6082e2b1f20cd81e96ce2a8f4803
parent31cbfd5b21b5e7c89b8803b9d65638584f926db8 (diff)
downloadriscv-gnu-toolchain-2b8920579e4b612e9027c3bfd99e624a4cf56c4c.zip
riscv-gnu-toolchain-2b8920579e4b612e9027c3bfd99e624a4cf56c4c.tar.gz
riscv-gnu-toolchain-2b8920579e4b612e9027c3bfd99e624a4cf56c4c.tar.bz2
dejagnu: Fix typo in var
There is a typo in a previous commit that introduced src-dir-override for DejaGnu. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e9a6461..6b62303 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -274,9 +274,9 @@ SPIKE_SRC_GIT :=
endif
ifeq ($(findstring $(srcdir),$(DEJAGNU_SRCDIR)),$(srcdir))
-DEJAGNU_SRC_DIR := $(DEJAGNU_SRCDIR)/.git
+DEJAGNU_SRC_GIT := $(DEJAGNU_SRCDIR)/.git
else
-DEJAGNU_SRC_DIR :=
+DEJAGNU_SRC_GIT :=
endif
ifneq ("$(wildcard $(GCC_SRCDIR)/.git)","")