From aa08f5ed31f0a363c36cbff4756c99a9ff0a1765 Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Thu, 7 Jan 2016 17:48:51 +0100 Subject: [PATCH] pkg: ccn-lite: always rebuild fixes #4611 by always re-building the ccn-lite library --- pkg/ccn-lite/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/ccn-lite/Makefile b/pkg/ccn-lite/Makefile index dfafdd5aaa..d419f98e5d 100644 --- a/pkg/ccn-lite/Makefile +++ b/pkg/ccn-lite/Makefile @@ -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 -- GitLab