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:
commit
5adb2d794a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user