summaryrefslogtreecommitdiff
blob: 1930dfc82d276310165f5047478d968ec44977b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Run ranlib before installation of the libary.

--- ./cctools-855/cbtlibs/Makefile.ranlib	2014-04-05 00:42:22.000000000 +0200
+++ ./cctools-855/cbtlibs/Makefile	2014-08-29 14:49:41.000000000 +0200
@@ -61,9 +61,9 @@
 
 lib_ofiles_install: lib_ofiles
 	$(MKDIRS) $(DSTROOT)$(LOCLIBDIR)
+	$(RANLIB) $(SYMROOT)/libsyminfo.a
 	install -p -c -m 444 $(SYMROOT)/libsyminfo.a \
 		$(DSTROOT)$(LOCLIBDIR)/libsyminfo.a
-	$(RANLIB) $(DSTROOT)$(LOCLIBDIR)/libsyminfo.a
 
 $(OFILE_DIR) $(SYMROOT):
 	$(MKDIRS) $@