From: Eric Andersen Date: Sat, 26 Mar 2005 01:42:52 +0000 (-0000) Subject: Overwrite any existing link should there be one X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74ef9c30b76d420ec3e72e589d3129e530e47e21;p=buildroot.git Overwrite any existing link should there be one --- diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 56077ccb52..ed37a75a07 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -164,7 +164,7 @@ $(GDB_CLIENT_DIR)/gdb/gdb: $(GDB_CLIENT_DIR)/.configured $(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb - ln -s ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \ + ln -fs ../../bin/$(REAL_GNU_TARGET_NAME)-gdb \ $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/gdb gdbclient: $(TARGET_CROSS)gdb