From f64fd87f2b0d273ce0d7f67461eb8d039c982fd7 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Sat, 18 Mar 1995 00:50:51 +0000 Subject: * mpw-config.in (TDEFINES): Put empty definition into makefile fragment. * mpw-make.in (xmalloc.c.o): Remove. (as.new): Depend on Version.r. (Version.r): Generate from version info. --- gas/mpw-config.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'gas/mpw-config.in') diff --git a/gas/mpw-config.in b/gas/mpw-config.in index a6819f6..4005dc3 100644 --- a/gas/mpw-config.in +++ b/gas/mpw-config.in @@ -2,11 +2,11 @@ Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'` -# The following works for many configurations ... +# The following works for many configurations, though not all. Set obj_format `echo {target_canonical} | sed -e 's/.*-.*-//'` -# ... but not all. +Set TDEFINES "" If "{target_canonical}" =~ /m68k-apple-macos/ Set obj_format "coff" @@ -41,8 +41,9 @@ Else forward-include "{srcdir}"config:atof-ieee.c atof-targ.c End If -Echo '# From mpw-config.in' > "{o}"mk.tmp +Echo '# From mpw-config.in' > "{o}"mk.tmp Echo 'VERSION = ' `Search 'VERSION=' "{srcdir}"Makefile.in | sed -e 's/.*VERSION=\(.*\)/\1/'` >> "{o}"mk.tmp +Echo "TDEFINES = " {TDEFINES} >> "{o}"mk.tmp -Echo '# End from mpw-config.in' >> "{o}"mk.tmp +Echo '# End from mpw-config.in' >> "{o}"mk.tmp -- cgit v1.1