From 2b8920579e4b612e9027c3bfd99e624a4cf56c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20M=C3=BCllner?= Date: Mon, 20 Feb 2023 10:40:37 +0100 Subject: [PATCH] dejagnu: Fix typo in var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is a typo in a previous commit that introduced src-dir-override for DejaGnu. Signed-off-by: Christoph Müllner --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index e9a64618..6b623038 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)","")