makefile: fix cross compilation
This commit is contained in:
parent
7c068e493d
commit
a166058b2b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ ifquery: ${LIBS} ${IFQUERY_OBJ}
|
||||||
${CC} -o $@ ${IFQUERY_OBJ} ${LIBS}
|
${CC} -o $@ ${IFQUERY_OBJ} ${LIBS}
|
||||||
|
|
||||||
libifupdown.a: ${LIBIFUPDOWN_OBJ}
|
libifupdown.a: ${LIBIFUPDOWN_OBJ}
|
||||||
ar -rcs $@ ${LIBIFUPDOWN_OBJ}
|
${AR} -rcs $@ ${LIBIFUPDOWN_OBJ}
|
||||||
|
|
||||||
all: libifupdown.a ${CMDS}
|
all: libifupdown.a ${CMDS}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue