Skip to content

Commit

Permalink
pkg: ccn-lite: always rebuild
Browse files Browse the repository at this point in the history
fixes #4611 by always re-building the ccn-lite library
  • Loading branch information
OlegHahm committed Jan 7, 2016
1 parent 26f9f7f commit aa08f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ccn-lite/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit aa08f5e

Please sign in to comment.