summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPeter Korsgaard2010-04-19 23:28:26 +0200
committerPeter Korsgaard2010-04-19 23:28:26 +0200
commita726691a00aefc21e0052e6d27ad45f5ec06f79b (patch)
tree0d9827ddad5856c6d81c4f92265ebb63b6734200 /fs
parentmtd: Add missing 'mtdinfo' (diff)
parentmakedevs: convert to a more normal way of building packages (diff)
downloadbuildroot-a726691a00aefc21e0052e6d27ad45f5ec06f79b.tar.gz
buildroot-a726691a00aefc21e0052e6d27ad45f5ec06f79b.tar.xz
buildroot-a726691a00aefc21e0052e6d27ad45f5ec06f79b.zip
Merge branch 'makedevs-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'fs')
-rw-r--r--fs/common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/common.mk b/fs/common.mk
index cc94eb4ef..a3248c165 100644
--- a/fs/common.mk
+++ b/fs/common.mk
@@ -32,7 +32,7 @@ ROOTFS_DEVICE_TABLE = $(call qstrip,$(BR2_ROOTFS_DEVICE_TABLE))
define ROOTFS_TARGET_INTERNAL
-$(BINARIES_DIR)/rootfs.$(1): $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
+$(BINARIES_DIR)/rootfs.$(1): $(ROOTFS_$(2)_DEPENDENCIES) host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma)
@$(call MESSAGE,"Generating root filesystem image rootfs.$(1)")
$(foreach hook,$(ROOTFS_$(2)_PRE_GEN_HOOKS),$(call $(hook))$(sep))
rm -f $(FAKEROOT_SCRIPT)