gccmakedep: added missing dependency on util-macros

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4776 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-02 14:21:56 +00:00
parent 08b2c3ba4f
commit 3a7ed03f25
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
require xorg-util-common.inc
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
DEPENDS = "util-macros"
RDEPENDS = "gcc"
PR = "r2"