From 327fe5d03a88e137cf6b2d809f3c725da9898494 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 4 Sep 2014 17:05:52 -0700 Subject: [PATCH] Building examples requires OCLib.a to be built first Change-Id: I2864d8c2adc7373f6a7c6ed5619f671af26c5727 Signed-off-by: Thiago Macieira --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 2a01111..f60fc1b 100644 --- a/makefile +++ b/makefile @@ -48,7 +48,7 @@ prep_dirs: c_sdk: cd csdk && $(MAKE) "BUILD=$(BUILD)" -examples: +examples: liboc.a cd examples && $(MAKE) "BUILD=$(BUILD)" liboc.a: OCPlatform.o OCResource.o OCUtilities.o InProcServerWrapper.o InProcClientWrapper.o -- 2.7.4