aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-09 03:46:15 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-09 03:46:15 +0000
commitbf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c (patch)
tree018b97b3ad666a538c55cdb964f27a5842de5438 /gas/Makefile.in
parent14d0c9fe269736ced423620c54ead2a5e4173a3b (diff)
downloadgdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.zip
gdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.tar.gz
gdb-bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c.tar.bz2
Tue Aug 8 23:41:25 1995 Alan Modra <alan@spri.levels.unisa.edu.au>
* configure.in: Consistently use ${target_cpu_type} rather than ${cpu_type} after the loop. * configure: Rebuild. * Makefile.in (targ-cpu.o): Use @target_cpu_type@ rather than @cpu_type@.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 8de9e3b..1aaf8f2 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -337,7 +337,7 @@ ecoff.o : ecoff.c ecoff.h \
stabs.o : stabs.c subsegs.h $(srcdir)/../include/aout/stab_gnu.h
atof-targ.o : atof-targ.c
obj-format.o : obj-format.c
-targ-cpu.o : targ-cpu.c $(TARG_CPU_DEP_@cpu_type@)
+targ-cpu.o : targ-cpu.c $(TARG_CPU_DEP_@target_cpu_type@)
obj-elf.o : $(srcdir)/config/obj-elf.c
$(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/config/obj-elf.c