diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 13:08:15 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-11-29 13:09:51 +0100 |
commit | 367d0be3e77f38604eeef1d9ae8a2a8c848bccbe (patch) | |
tree | db1624b4d99f326e0263efcf66941a5ae51ea93b | |
parent | a0732d042f7304abb5c7194adcb8bf1948c96d55 (diff) |
remove allcheck cruft from Makefile.in
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b1680f3114d9..1375db458880 100644 --- a/Makefile.in +++ b/Makefile.in @@ -104,5 +104,4 @@ findunusedcode: #as long as we are not completely gbuildified we need to explicitly depend on the build/install unitcheck: build subsequentcheck: dev-install -allcheck : dev-install #debugrun : dev-install # disabled for now, this dep seems to poison the debugrun !? |