diff options
Diffstat (limited to 'dtt/Makefile')
-rw-r--r-- | dtt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtt/Makefile b/dtt/Makefile index 486008a..79d4e9f 100644 --- a/dtt/Makefile +++ b/dtt/Makefile @@ -38,7 +38,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) all: $(LIB) $(LIB): $(obj).depend $(OBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) ######################################################################### |