makedepend(-native): fix DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2512 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-17 15:58:02 +00:00
parent 9e4f0e2743
commit e68823a20c
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,8 @@ require xorg-util-common.inc
inherit native
DESCRIPTION = "create dependencies in makefiles"
DEPENDS = "xproto-native"
PR = "r1"
DEPENDS = "xproto-native util-macros-native"
PR = "r2"
PE = "1"
XORG_PN = "makedepend"

View File

@ -1,5 +1,6 @@
require xorg-util-common.inc
DESCRIPTION = "create dependencies in makefiles"
PR = "r1"
DEPENDS = "xproto util-macros"
PR = "r2"
PE = "1"