diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 15:24:49 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 15:24:49 +0100 |
commit | 19b5d81f92363f1448dcf41930d973b8b04db11b (patch) | |
tree | ad9d4d7b0931da0ad39bed7222af2612da602d60 /Makefile.in | |
parent | bb149de2b4d3458c0db1958edbbb75e79a8a53c4 (diff) |
move workaround for old build system to other workarounds
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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 |