mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
Overwrite any existing link should there be one
This commit is contained in:
parent
e4094f9359
commit
74ef9c30b7
@ -164,7 +164,7 @@ $(GDB_CLIENT_DIR)/gdb/gdb: $(GDB_CLIENT_DIR)/.configured
|
|||||||
|
|
||||||
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
|
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
|
||||||
install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)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
|
$(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/bin/gdb
|
||||||
|
|
||||||
gdbclient: $(TARGET_CROSS)gdb
|
gdbclient: $(TARGET_CROSS)gdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user