diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/Makefile b/examples/Makefile index d7cd843a4..8706ed45f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -138,7 +138,7 @@ all:	$(obj).depend $(OBJS) $(LIB) $(SREC) $(BIN)  #########################################################################  $(LIB):	$(obj).depend $(LIBOBJS) -		$(AR) crv $@ $(LIBOBJS) +		$(AR) $(ARFLAGS) $@ $(LIBOBJS)  $(obj)%:	$(obj)%.o $(LIB)  		$(LD) -g $(EX_LDFLAGS) -Ttext $(LOAD_ADDR) \ |