aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c9c0957..4d6f6ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -342,7 +342,7 @@ $($(PACKAGE)_LIB_FILE): $($(PACKAGE)_OBJECTS)
$(Tess_LIB_FILE): $(Tess_OBJECTS)
-rm -f $(Tess_LIB_FILE)
${STLIB_LD} $@ $(Tess_OBJECTS)
-# $(RANLIB) $(Om_LIB_FILE)
+ $(RANLIB) $(Tess_LIB_FILE)
#========================================================================
# We need to enumerate the list of .c to .o lines here.