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)","")