Skip to content

Commit

Permalink
Use AR and ARFLAGS make variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieantonio committed Nov 2, 2015
1 parent 0a5101d commit acdfb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic-tools/Modules/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DEPS := $(patsubst %.c,%.d,$(SRCS))
all: $(LIB)

$(LIB): $(OBJS)
ar -rs $@ $(OBJS)
$(AR) $(ARFLAGS) -s $@ $^

# Include dependencies from -d
-include $(DEPS)
Expand Down

0 comments on commit acdfb63

Please sign in to comment.