1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

Merge pull request #4613 from OlegHahm/ccnl_always_rebuild

pkg: ccn-lite: always rebuild
This commit is contained in:
Oleg Hahm 2016-01-13 10:23:59 +01:00
commit 5adb2d794a

View File

@ -12,8 +12,8 @@ endif
export RIOT_CFLAGS = ${CFLAGS} ${INCLUDES}
all: $(PKG_DIR)/Makefile
"$(MAKE)" -C $(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.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-utils.a ${BINDIR}/ccn-lite-utils.a