------------------------------------------------------------
revno: 1407
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Thu 2009-02-19 23:12:01 +0100
message:
oops, missing comma
modified:
rules
=== modified file 'rules'
--- a/rules 2009-02-19 21:41:40 +0000
+++ b/rules 2009-02-19 22:12:01 +0000
@@ -433,7 +433,7 @@
endif
BUILD_DEPS += , libdb-dev
- DBG_DBG_SUGGESTS += $(shell apt-cache show libdb-dev | grep Depends |
awk '{ print $$2 }' | sed -e s/dev/dbg/)
+ DBG_DBG_SUGGESTS += , $(shell apt-cache show libdb-dev | grep Depends |
awk '{ print $$2 }' | sed -e s/dev/dbg/)
ifneq "$(BUILD_DBG_PACKAGE)" "y"
# build with small symbols anyway