From ac3be2260bce766055d84d3177318f2949f8a124 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 26 Jul 2006 21:14:10 +0200 Subject: [PATCH] Proxy for gdb_hilfe Rev: Makefile:1.158 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74179b4238..c8658c0115 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.157 2006/07/02 00:56:46 mast Exp $ +# $Id: Makefile,v 1.158 2006/07/26 19:14:10 nilsson Exp $ # # Meta Makefile # @@ -274,6 +274,9 @@ undump_modules: run_hilfe: @$(DO_MAKE) "METATARGET=run_hilfe" _make_in_builddir +gdb_hilfe: + @$(DO_MAKE) "METATARGET=gdb_hilfe" _make_in_builddir + source: @$(DO_MAKE) "CONFIGUREARGS=--disable-binary $(CONFIGUREARGS)" \ "OS=source" "LIMITED_TARGETS=yes" "METATARGET=source" _make_in_builddir -- GitLab