diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 16:44:45 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-25 16:48:44 +0100 |
commit | f8b7720ca56e16d718593da8fc394dd91362fbf1 (patch) | |
tree | 1195cd0ed9f619ce2344c476ffeffb43ba9e3205 /Makefile.in | |
parent | c036777b4930e5c4ab34f035b8de749a7f80e42a (diff) |
dev-install seems to poison the env
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 78608d7beb05..86acb64a6ed5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -173,4 +173,4 @@ findunusedcode: unitcheck: build subsequentcheck: dev-install allcheck : dev-install -debugrun : dev-install +#debugrun : dev-install # disabled for now, this dep seems to poison the debugrun !? |