Skip to content
Snippets Groups Projects
Commit 74545974 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

RANLIB doesn't work, ignoring

Rev: src/modules/Image/encodings/Makefile.in:1.2
parent 9257a01f
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ all: $(OBJS) ...@@ -16,7 +16,7 @@ all: $(OBJS)
gif.a : $(GIF_OBJS) gif.a : $(GIF_OBJS)
rm -f gif.a rm -f gif.a
ar cq gif.a $(GIF_OBJS) ar cq gif.a $(GIF_OBJS)
$(RANLIB) gif.a # $(RANLIB) gif.a
depend: depend:
gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR) gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(TMP_BINDIR)/fixdepends.sh $(SRCDIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment