Commit 320327f8 authored by Adam Wujek's avatar Adam Wujek 💬

lib: use ar from env variable

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 0df048d9
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
# include parent_common.mk for buildsystem's defines # include parent_common.mk for buildsystem's defines
REPO_PARENT=../.. REPO_PARENT=../..
-include $(REPO_PARENT)/parent_common.mk -include $(REPO_PARENT)/parent_common.mk
#ZIO := $(shell ../scripts/check-submodule zio $(ZIO)) #ZIO := $(shell ../scripts/check-submodule zio $(ZIO))
ZIO ?= ../zio ZIO ?= ../zio
...@@ -28,7 +27,7 @@ lib: $(LIB) ...@@ -28,7 +27,7 @@ lib: $(LIB)
$(CC) $(CFLAGS) $*.c $(LDFLAGS) -o $@ $(CC) $(CFLAGS) $*.c $(LDFLAGS) -o $@
$(LIB): $(LOBJ) $(LIB): $(LOBJ)
ar r $@ $^ $(AR) r $@ $^
clean: clean:
rm -f $(LIB) .depend *.o *~ rm -f $(LIB) .depend *.o *~
......
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