diff options
Diffstat (limited to 'post/rules.mk')
-rw-r--r-- | post/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post/rules.mk b/post/rules.mk index 1efc9c7..17f8ef7 100644 --- a/post/rules.mk +++ b/post/rules.mk @@ -34,7 +34,7 @@ CPPFLAGS += -I$(TOPDIR) all: $(LIB) $(LIB): $(obj).depend $(OBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) ######################################################################### |