build: fix "ln: file exists" that pops up sometimes
This commit is contained in:
parent
6728d2febe
commit
0d6b9d5d17
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ LIBS += ${LIBBSD_LIBS}
|
||||||
all: libifupdown.a ${MULTICALL} ${CMDS}
|
all: libifupdown.a ${MULTICALL} ${CMDS}
|
||||||
|
|
||||||
${CMDS}: ${MULTICALL}
|
${CMDS}: ${MULTICALL}
|
||||||
ln -s ifupdown $@
|
ln -sf ifupdown $@
|
||||||
|
|
||||||
${MULTICALL}: ${LIBS} ${CMD_OBJ}
|
${MULTICALL}: ${LIBS} ${CMD_OBJ}
|
||||||
${CC} -o $@ ${CMD_OBJ} ${LIBS}
|
${CC} -o $@ ${CMD_OBJ} ${LIBS}
|
||||||
|
|
Loading…
Reference in a new issue