diff options
author | Ian Lance Taylor <ian@airs.com> | 2004-12-22 15:29:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2004-12-22 15:29:25 +0000 |
commit | 14ee9f48f94aeeeae1465d42879376790346579f (patch) | |
tree | ed3bf5c4f865591cb87035c9efb213057cb84ff9 /gas/Makefile.am | |
parent | d69f560c9e32e75dc4e7e9b3e4da3a158f10470c (diff) | |
download | gdb-14ee9f48f94aeeeae1465d42879376790346579f.zip gdb-14ee9f48f94aeeeae1465d42879376790346579f.tar.gz gdb-14ee9f48f94aeeeae1465d42879376790346579f.tar.bz2 |
* configure.tgt: New.
* configure.in: Move setting of cpu_type, fmt, etc., to
configure.tgt.
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
$(srcdir)/configure.tgt.
* configure, Makefile.in: Rebuild.
Diffstat (limited to 'gas/Makefile.am')
-rw-r--r-- | gas/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.am b/gas/Makefile.am index f91d15a..58dfb4e 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -796,7 +796,7 @@ de-stage3: DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \ $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES) -CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in +CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt # Automatic dependency computation. This is a real pain, because the # dependencies change based on target_cpu_type and obj_format. |