Commit a4953747 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-wrs: fix call to sub-make

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent e44fc66f
...@@ -35,7 +35,7 @@ MINIPC_LIB := $(MINIPC_DIR)/libminipc.a ...@@ -35,7 +35,7 @@ MINIPC_LIB := $(MINIPC_DIR)/libminipc.a
CFLAGS += -I$(MINIPC_DIR) CFLAGS += -I$(MINIPC_DIR)
.PHONY: $(MINIPC_LIB) .PHONY: $(MINIPC_LIB)
$(MINIPC_LIB): $(MINIPC_LIB):
make -C $(MINIPC_DIR) $(MAKE) -C $(MINIPC_DIR)
$(LIBARCH): $(OBJ-libarch) $(MINIPC_LIB) $(LIBARCH): $(OBJ-libarch) $(MINIPC_LIB)
$(AR) r $@ $^ $(AR) r $@ $^
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment