Skip to content

Commit

Permalink
ssl/Makefile: Make archive index when creating libaxtls.a.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed May 1, 2016
1 parent 532d230 commit c2690dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ include $(AXTLS_HOME)/config/makefile.post
ifndef CONFIG_PLATFORM_WIN32 # Linux/Unix/Cygwin

$(TARGET1) : $(CRYPTO_OBJ) $(OBJ)
$(AR) -r $@ $(CRYPTO_OBJ) $(OBJ)
$(AR) -rcs $@ $(CRYPTO_OBJ) $(OBJ)

$(TARGET2) : $(CRYPTO_OBJ) $(OBJ)
ifndef CONFIG_PLATFORM_CYGWIN
Expand Down

0 comments on commit c2690dc

Please sign in to comment.