diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-01-16 20:12:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-01-16 20:12:17 +0000 |
commit | dda8716b94b8e1302df82d5ca0c240df8b992e91 (patch) | |
tree | 62767f7426441733a7c0e54ed56dfbb026598cd6 /binutils/mpw-config.in | |
parent | 130c6e3d59796f33ad8a57b58d16395c0d1d496b (diff) | |
download | gdb-dda8716b94b8e1302df82d5ca0c240df8b992e91.zip gdb-dda8716b94b8e1302df82d5ca0c240df8b992e91.tar.gz gdb-dda8716b94b8e1302df82d5ca0c240df8b992e91.tar.bz2 |
* mpw-config.in (BUILD_NLMCONV, BUILD_SRCONV, SYSINFO_PROG,
BUILD_DLLTOOL): Put definitions for these into makefile when
configuring, instead of always clearing in mpw-make.sed.
* mpw-make.sed: Edit out any host_alias or target_alias settings,
fix pathname to BFD internal include files, remove dependency
calculation rules.
Diffstat (limited to 'binutils/mpw-config.in')
-rw-r--r-- | binutils/mpw-config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/mpw-config.in b/binutils/mpw-config.in index 90ea628..21a067d 100644 --- a/binutils/mpw-config.in +++ b/binutils/mpw-config.in @@ -15,6 +15,10 @@ End If Echo '# From mpw-config.in' > "{o}"mk.tmp Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp Echo "UNDERSCORE = " {underscore} >> "{o}"mk.tmp +Echo "BUILD_NLMCONV = " >> "{o}"mk.tmp +Echo "BUILD_SRCONV = " >> "{o}"mk.tmp +Echo "SYSINFO_PROG = " >> "{o}"mk.tmp +Echo "BUILD_DLLTOOL = " >> "{o}"mk.tmp Echo '# End from mpw-config.in' >> "{o}"mk.tmp Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new |