This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] to opcodes: ranlib the libopcodes.a in the build directory


Hi there,

The patch below solves exactly the same problem in opcodes as my previous one
does in bfd.

-- 
Michael Sokolov
Public Service Agent
International Engineering and Science Task Force

1351 VINE AVE APT 27		Phone: +1-714-738-5409
FULLERTON CA 92833-4291 USA	(home office)

E-mail: msokolov@ivan.Harhan.ORG (ARPA TCP/SMTP)

2001-02-08  Michael Sokolov  <msokolov@ivan.Harhan.ORG>

	* Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
	directory.
	* Makefile.in: Regenerate.

Index: Makefile.am
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.am,v
retrieving revision 1.25
diff -p -r1.25 Makefile.am
*** Makefile.am	2001/01/11 21:20:19	1.25
--- Makefile.am	2001/02/08 19:47:09
*************** stamp-lib: libopcodes.la
*** 210,215 ****
--- 210,216 ----
  	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
  	if [ -f $$libtooldir/libopcodes.a ]; then \
  	  cp $$libtooldir/libopcodes.a libopcodes.tmp; \
+ 	  $(RANLIB) libopcodes.tmp; \
  	  $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
  	else true; fi
  	touch stamp-lib

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]