mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg: ccn-lite: always rebuild
fixes #4611 by always re-building the ccn-lite library
This commit is contained in:
parent
26f9f7fa2d
commit
aa08f5ed31
@ -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…
Reference in New Issue
Block a user