mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-12 14:23:50 +08:00
cpu/mpc824x/Makefile: fix warning with parallel builds
Parallel builds would occasionally issue this build warning: ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists Use "ln -sf" as quick work around for the issue. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
5f01ea63a6
commit
e92c9a860e
@ -44,7 +44,7 @@ $(LIB): $(OBJS)
|
||||
$(AR) $(ARFLAGS) $@ $(OBJS)
|
||||
|
||||
$(obj)bedbug_603e.c:
|
||||
ln -s $(src)../mpc8260/bedbug_603e.c $(obj)bedbug_603e.c
|
||||
ln -sf $(src)../mpc8260/bedbug_603e.c $(obj)bedbug_603e.c
|
||||
|
||||
#########################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user