From 29589b0c5207464440e008f4fd93e8cff1a0be49 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 25 May 2002 12:53:29 +0000 Subject: * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h. * Makefile.in: Regenerate. * dep-in.sed: Reorder to match OBJS in Makefile.am. * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd. * configure: Regenerate. * as.h: Use #include "" instead of <> for local header files. * flonum-konst.c: Likewise. * flonum-mult.c: Likewise. * gasp.c: Likewise. * listing.c: Likewise. * config/tc-ia64.h: Likewise. * config/tc-v850.h: Likewise. --- gas/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index a3b7e54..103c1f7 100755 --- a/gas/configure +++ b/gas/configure @@ -3110,7 +3110,7 @@ esac case "${need_bfd}" in yes) BFDLIB=../bfd/libbfd.la - ALL_OBJ_DEPS="$ALL_OBJ_DEPS ../bfd/bfd.h" + ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h' ;; esac -- cgit v1.1