diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-09 03:46:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-09 03:46:15 +0000 |
commit | bf4bd1fcf0a92bb66b268a1ccdbb0c6d7c063b4c (patch) | |
tree | 018b97b3ad666a538c55cdb964f27a5842de5438 /gas/Makefile.in | |
parent | 14d0c9fe269736ced423620c54ead2a5e4173a3b (diff) | |
download | gdb-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.in | 2 |
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 |