summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3f12b40..a70a581 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,6 +28,7 @@
srcdir= @srcdir@
VPATH= @srcdir@
INSTALL= @INSTALL@
+RANLIB= @RANLIB@
# Machine-dependent subdirectories
MACHDEP= @MACHDEP@
@@ -133,6 +134,7 @@ libainstall: all
fi
for i in $(SUBDIRS); do \
echo $$i; $(INSTALL) $$i/lib$$i.a $(LIBPL)/lib$$i.a; \
+ $(RANLIB) $(LIBPL)/lib$$i.a; \
done
$(INSTALL) Modules/config.c $(LIBPL)/config.c
$(INSTALL) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in