From 1250acd942d10fbd4f71534bb2c7b7a062f5565d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 5 Jan 2009 16:16:30 +0000 Subject: u-boot: unbreak build after r24674 Disable broken autoscript handling so the build atleast completes --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index b746768c0..24d5fdf11 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -199,7 +199,7 @@ $(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN) $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv -u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS) u-boot-autoscript +u-boot: $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TOOLS) $(U_BOOT_TARGET_TOOLS) u-boot-autoscript: $(U_BOOT_AUTOSCRIPT).$(PROJECT) -- cgit v1.2.3