From 745459746256a1ffcdc44b5d76ddba2a0671ad8a Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Mon, 27 Oct 1997 04:01:19 +0100
Subject: [PATCH] RANLIB doesn't work, ignoring

Rev: src/modules/Image/encodings/Makefile.in:1.2
---
 src/modules/Image/encodings/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/Image/encodings/Makefile.in b/src/modules/Image/encodings/Makefile.in
index 9813a22d67..5ffcb10f61 100644
--- a/src/modules/Image/encodings/Makefile.in
+++ b/src/modules/Image/encodings/Makefile.in
@@ -16,7 +16,7 @@ all: $(OBJS)
 gif.a : $(GIF_OBJS)
 	rm -f gif.a
 	ar cq gif.a $(GIF_OBJS)
-	$(RANLIB) gif.a
+	# $(RANLIB) gif.a
 
 depend:
 	gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
-- 
GitLab