Skip to content
Snippets Groups Projects
Commit aa08f5ed authored by Oleg Hahm's avatar Oleg Hahm
Browse files

pkg: ccn-lite: always rebuild

fixes #4611 by always re-building the ccn-lite library
parent 26f9f7fa
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,8 @@ endif ...@@ -12,8 +12,8 @@ endif
export RIOT_CFLAGS = ${CFLAGS} ${INCLUDES} export RIOT_CFLAGS = ${CFLAGS} ${INCLUDES}
all: $(PKG_DIR)/Makefile all: $(PKG_DIR)/Makefile
"$(MAKE)" -C $(PKG_DIR)/src lib-ccn-lite.a "$(MAKE)" -BC $(PKG_DIR)/src lib-ccn-lite.a
"$(MAKE)" -C $(PKG_DIR)/src lib-ccn-lite-utils.a "$(MAKE)" -BC $(PKG_DIR)/src lib-ccn-lite-utils.a
cp $(PKG_DIR)/src/lib-ccn-lite.a ${BINDIR}/ccn-lite.a cp $(PKG_DIR)/src/lib-ccn-lite.a ${BINDIR}/ccn-lite.a
cp $(PKG_DIR)/src/lib-ccn-lite-utils.a ${BINDIR}/ccn-lite-utils.a cp $(PKG_DIR)/src/lib-ccn-lite-utils.a ${BINDIR}/ccn-lite-utils.a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment