summaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-06-08 05:09:37 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-06-08 05:09:37 +0000
commit0359211c5def508c4fbca81acd68ccc2c7fbacd0 (patch)
treeb44a9567edbd14e26ad520cc871e851fb136f661 /gas/configure.in
parent8355ef2a451345bfe0ab15bae6dc4490c2b98fd1 (diff)
downloadbinutils-redhat-0359211c5def508c4fbca81acd68ccc2c7fbacd0.tar.gz
* configure.in (BFDLIB, BFDVER_H, ALL_OBJ_DEPS): Delete.
* Makefile.am (GASLIBS): Expand @BFDLIB@. (BFDVER_H): Delete. (OBJS): Expand @ALL_OBJ_DEPS@. Depend on all fopen-*.h variants. (obj-aout.o): Depend on $(DEP_@target_get_type@_aout) (obj-coff.o, obj-ecoff.o, obj-elf.o): Similarly. Run "make dep-am". * dep-in.sed: Don't substitute bfdver.h. Do remove symcat.h. * Makefile.in: Regenerate. * doc/Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/configure.in b/gas/configure.in
index ad1ab113fe..fa21e174f9 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -554,16 +554,8 @@ yes)
;;
esac
-BFDLIB=../bfd/libbfd.la
-BFDVER_H=../bfd/bfdver.h
-ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
-
-AC_SUBST(BFDLIB)
AC_SUBST(OPCODES_LIB)
-AC_SUBST(BFDVER_H)
-AC_SUBST(ALL_OBJ_DEPS)
-
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])
AC_DEFINE_UNQUOTED(TARGET_CANONICAL, "${target}", [Canonical target.])
AC_DEFINE_UNQUOTED(TARGET_CPU, "${target_cpu}", [Target CPU.])