Skip to content
Snippets Groups Projects
Commit 3198d5ea authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fix for IRIX 4.0.5.

Rev: src/modules/_Crypto/lib/Makefile.in:1.15
parent 22edac03
No related branches found
No related tags found
No related merge requests found
...@@ -145,5 +145,5 @@ OBJS = $(MASS_DESTRUCTION_OBJS) sha.o md5.o ...@@ -145,5 +145,5 @@ OBJS = $(MASS_DESTRUCTION_OBJS) sha.o md5.o
algorithms.a: $(OBJS) algorithms.a: $(OBJS)
rm -f algorithms.a rm -f algorithms.a
$(AR) cq algorithms.a $(OBJS) $(AR) cru algorithms.a $(OBJS)
$(RANLIB) algorithms.a $(RANLIB) algorithms.a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment