File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ configure: .config
105
105
.config : Makefile.configure
106
106
$(MAKE ) -f $(SRCDIR ) Makefile.configure OUT=' >&9' configure 9> $@
107
107
108
- lib bin :
109
- $(MKDIR ) $@
110
-
111
- lib/libtinycbor.a : $(TINYCBOR_SOURCES:.c=.o ) | lib
108
+ lib/libtinycbor.a : $(TINYCBOR_SOURCES:.c=.o )
109
+ @$(MKDIR ) -p lib
112
110
$(AR ) cqs $@ $^
113
111
114
- bin/cbordump : $(CBORDUMP_SOURCES:.c=.o ) lib/libtinycbor.a | bin
112
+ bin/cbordump : $(CBORDUMP_SOURCES:.c=.o ) lib/libtinycbor.a
113
+ @$(MKDIR ) -p bin
115
114
$(CC ) -o $@ $(LDFLAGS ) $^ $(LDLIBS ) -lm
116
115
117
- bin/json2cbor : $(JSON2CBOR_SOURCES:.c=.o ) lib/libtinycbor.a | bin
116
+ bin/json2cbor : $(JSON2CBOR_SOURCES:.c=.o ) lib/libtinycbor.a
117
+ @$(MKDIR ) -p bin
118
118
$(CC ) -o $@ $(LDFLAGS ) $(LDFLAGS_CJSON ) $^ $(LDLIBS ) -lm
119
119
120
120
tinycbor.pc : tinycbor.pc.in
You can’t perform that action at this time.
0 commit comments