From ab3bf08f9c3009364da713bbda03902b9cc06d3b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 8 Aug 2005 00:42:49 +0000 Subject: also need to depend on makedevs as noted by emalkowski in Bug #366 --- target/ext2/ext2root.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/ext2/ext2root.mk') diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index 130ce2465..49b2e076f 100644 --- a/target/ext2/ext2root.mk +++ b/target/ext2/ext2root.mk @@ -65,7 +65,7 @@ else EXT2_TARGET := $(EXT2_BASE) endif -$(EXT2_BASE): host-fakeroot genext2fs +$(EXT2_BASE): host-fakeroot makedevs genext2fs -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true; @rm -rf $(TARGET_DIR)/usr/man @rm -rf $(TARGET_DIR)/usr/share/man -- cgit v1.2.3