summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 443305b1441a..82dca9a76835 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,7 +55,7 @@ dev-install: build
"@abs_builddir@"; \
fi
-debugrun : dev-install
+debugrun:
@. ./Env.Host.sh && $$GNUMAKE -f "$$SRC_ROOT"/GNUmakefile.mk debugrun
check : allcheck
@@ -173,3 +173,4 @@ findunusedcode:
unitcheck: build
subsequentcheck: dev-install
allcheck : dev-install
+debugrun : dev-install