From a40d635ec011bb630fe48fbefe4b54ebae8a65a3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 23 Apr 2008 14:52:35 +0000 Subject: u-boot: don't error on existing symlink --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index c6abe6ec2..005d935c6 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -132,7 +132,7 @@ $(TARGET_DIR)/usr/sbin/fw_printenv: $(U_BOOT_DIR)/$(U_BOOT_BIN) -DUSE_HOSTCC -o $@ \ $(U_BOOT_DIR)/tools/env/*.c $(U_BOOT_DIR)/tools/crc32.c $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@ - ln -s fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv + ln -sf fw_printenv $(TARGET_DIR)/usr/sbin/fw_setenv u-boot: gcc $(BINARIES_DIR)/$(U_BOOT_BIN) $(U_BOOT_TARGET_TOOLS) -- cgit v1.2.3