From dc6932a9baf7623c57d5a413ba7f5fc9b29b1d35 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Mon, 29 Jan 2018 17:04:08 +1100 Subject: [PATCH] [client] no need to supress bin directory creation command --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index e8a26ee7..00549d88 100644 --- a/client/Makefile +++ b/client/Makefile @@ -29,7 +29,7 @@ BUILD_OBJS = $(foreach obj,$(OBJS),$(BUILD)/$(obj)) all: $(BIN)/$(BINARY) $(BIN)/xlib-shim.so $(BIN): - @mkdir -p $@ + mkdir -p $@ $(BIN)/xlib-shim.so: $(BIN) $(CC) -fPIC $(CFLAGS) -shared -o $@ xlib-shim.c