From 6988f5c0ae12e1e978129c89d5633929ebd13c41 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 5 Jul 1991 00:04:59 +0000 Subject: Thu Jul 4 14:47:06 1991 John Gilmore (gnu at cygint.cygnus.com) * configure.in, Makefile.in: Avoid rebuilding "depend" as much. Avoid declaring Makefile dependencies, because GNU Make stupidly tries to update it if we do. * coffread.c: Revise for minor changes to bfd internal coff indexes. * configure: If -template= is given a relative path, make it absolute before recurring in subdirectories. --- gdb/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index 4e5957d..c25fb13 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -54,7 +54,7 @@ case ${srcdir} in esac rm -f Makefile -if [ ! -f depend ]; then - make -f Makefile.conf depend +if [ ! -f ${srcdir}/depend ]; then + make -f Makefile.conf make-depend fi -make -f Makefile.conf Makefile +make -f Makefile.conf make-Makefile -- cgit v1.1