Skip to content

Commit 92e4440

Browse files
committed
Build fixes #25
1 parent e339bfd commit 92e4440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fetch deps:
8989

9090
#----------------------------------------------------------------------------------------------
9191

92-
pack: $(BINDIR)/BINDIR
92+
pack:
9393
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(BINROOT) INSTALL_DIR=$(INSTALL_DIR) DEPS=0 ./pack.sh
9494
ifneq ($(PACK_DEPS),0)
9595
$(SHOW)DEVICE=$(DEVICE) BINDIR=$(BINROOT) INSTALL_DIR=$(INSTALL_DIR) DEPS=1 ./pack.sh

0 commit comments

Comments
 (0)