* mpw-make.sed: Edit out shared library support.
(@TDIRS@): Edit out, can't use genscripts.
This commit is contained in:
parent
228b04d2c5
commit
e24b45a873
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 27 15:08:43 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Edit out shared library support.
|
||||
(@TDIRS@): Edit out, can't use genscripts.
|
||||
|
||||
Tue Feb 27 15:09:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
||||
|
||||
* configure.tgt (m68k-*-linuxaout*, m68k-*-linux*): New targets.
|
||||
|
|
|
@ -61,6 +61,15 @@
|
|||
# We can't run genscripts, so don't try.
|
||||
/{GENSCRIPTS}/s/{GENSCRIPTS}/null-command/
|
||||
|
||||
# Comment out the TDIRS bits.
|
||||
/^TDIRS@/s/^/#/
|
||||
|
||||
# Point at the BFD library directly.
|
||||
/@BFDLIB@/s/@BFDLIB@/::bfd:libbfd.o/
|
||||
|
||||
# Don't need this.
|
||||
/@HLDFLAGS@/s/@HLDFLAGS@//
|
||||
|
||||
#/sed.*free/,/> "{o}"ldlex.c.new/c\
|
||||
# \ Catenate "{o}"lex.yy.c >"{o}"ldlex.c.new
|
||||
|
||||
|
|
Loading…
Reference in a new issue