makefile: fix cross compilation

This commit is contained in:
Ariadne Conill 2020-07-18 17:57:45 -06:00
parent 7c068e493d
commit a166058b2b

View file

@ -22,7 +22,7 @@ ifquery: ${LIBS} ${IFQUERY_OBJ}
${CC} -o $@ ${IFQUERY_OBJ} ${LIBS}
libifupdown.a: ${LIBIFUPDOWN_OBJ}
ar -rcs $@ ${LIBIFUPDOWN_OBJ}
${AR} -rcs $@ ${LIBIFUPDOWN_OBJ}
all: libifupdown.a ${CMDS}