summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/Makefile b/input/Makefile
index bc4a720811..e0d6890cbd 100644
--- a/input/Makefile
+++ b/input/Makefile
@@ -16,6 +16,7 @@ CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
all: $(LIBNAME)