home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cygnus.com!bothner
- From: bothner@cygnus.com
- Subject: Re: Install binutils 2.0
- Message-ID: <9211062015.AA28465@cygnus.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- References: <1992Nov5.220031.1286@spectrum.xerox.com>
- Distribution: gnu
- Date: Fri, 6 Nov 1992 04:15:34 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 19
-
- > On binutils 2.0, (on sunos 4.1.2), in opcodes there is a rule under
- > install:
- > $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
- > $(RANLIB) $(libdir)/libbfd.a
- >
- > Shouldn't this be libopcodes?
-
- Yes. The current opcodes/Makefile.in has:
-
- install:
- -parent=`echo $(libdir)|sed -e 's@/[^/]*$$@@'`; \
- if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
- -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
- $(INSTALL_DATA) $(TARGETLIB) $(libdir)/libopcodes.a
- $(RANLIB) $(libdir)/libopcodes.a
-
- --Per Bothner
- Cygnus Support bothner@cygnus.com
-
-