X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2FMakefile;fp=tools%2FMakefile;h=5bf28a5f5ee9ef61640f7e91512dc92f0810c38f;hp=3f16ce5e5120e73caa8fa4abe39e78769c956718;hb=63bb02f92a923fafde325fe8cee243b6ebef7f56;hpb=124b90714586bf7817601b57075f6b716404b14e diff --git a/tools/Makefile b/tools/Makefile index 3f16ce5e5..5bf28a5f5 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,7 +16,7 @@ endif tools-y += m4 libtool autoconf automake bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 xz cmake -tools-y += mm-macros xorg-macros missing-macros +tools-y += mm-macros xorg-macros xfce-macros missing-macros tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25),) @@ -50,6 +50,7 @@ $(curdir)/qemu/compile := $(curdir)/libuuid/install $(curdir)/upslug2/compile := $(curdir)/automake/install $(curdir)/mm-macros/compile := $(curdir)/automake/install $(curdir)/xorg-macros/compile := $(curdir)/automake/install +$(curdir)/xfce-macros/compile := $(curdir)/automake/install $(curdir)/missing-macros/compile := $(curdir)/automake/install $(curdir)/builddirs := $(tools-y) $(tools-dep) $(tools-)