* mpw-make.sed: Update to handle shared library support.
This commit is contained in:
parent
c8f388e7ed
commit
ad77e2b8ab
@ -1,3 +1,7 @@
|
||||
Mon Feb 26 18:11:37 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Update to handle shared library support.
|
||||
|
||||
Sat Feb 24 11:21:49 1996 Alan Modra <alan@spri.levels.unisa.edu.au>:
|
||||
|
||||
* Makefile.in ($(OBJDUMP_PROG)): Search $(BFDLIB) before
|
||||
|
@ -18,6 +18,13 @@
|
||||
|
||||
/UNDERSCORE/s/@UNDERSCORE@/{UNDERSCORE}/
|
||||
|
||||
# Don't need this.
|
||||
/@HLDFLAGS@/s/@HLDFLAGS@//
|
||||
|
||||
# Point at the libraries directly.
|
||||
/@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/
|
||||
/@OPCODES@/s/@OPCODES@/::opcodes:libopcodes.o/
|
||||
|
||||
# Whack out target makefile fragment.
|
||||
/target_makefile_fragment/s/target_makefile_fragment@//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user