aboutsummaryrefslogtreecommitdiff
path: root/gas/mpw-config.in
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-03-18 00:50:51 +0000
committerStan Shebs <shebs@codesourcery.com>1995-03-18 00:50:51 +0000
commitf64fd87f2b0d273ce0d7f67461eb8d039c982fd7 (patch)
treea860f7ed72f317188b4cb2a11a09d5c7dae4716a /gas/mpw-config.in
parenta42e48f6166f857168c1031e7d7bb90a8915840b (diff)
downloadgdb-f64fd87f2b0d273ce0d7f67461eb8d039c982fd7.zip
gdb-f64fd87f2b0d273ce0d7f67461eb8d039c982fd7.tar.gz
gdb-f64fd87f2b0d273ce0d7f67461eb8d039c982fd7.tar.bz2
* 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.
Diffstat (limited to 'gas/mpw-config.in')
-rw-r--r--gas/mpw-config.in9
1 files changed, 5 insertions, 4 deletions
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