summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index ae2c65f5e7..a99d6e76e8 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -21,7 +21,7 @@ all: $(SUBDIRS) $(LIBNAME)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
-
+ $(RANLIB) $(LIBNAME)
clean:
rm -f *.o *.a *~