From: K. Richard Pixley Date: Sat, 18 May 1991 01:01:09 +0000 (+0000) Subject: mkdep is not a standard tool nor do we support or install it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dc139f16d3249ceddcd5cc18977db24511a0260;p=binutils-gdb.git mkdep is not a standard tool nor do we support or install it. Assuming it's existence kills config, make, and install. --- diff --git a/ld/Makefile.in b/ld/Makefile.in index f2b66301673..1e93cfaeda7 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -256,7 +256,7 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure ./configure +destdir=$(destdir) \ +norecurse \ `if [ "$(srcdir)" != "." ] ; then echo +f; fi` \ - $(host) +target=$(target)) ; $(MAKE) dep + $(host) +target=$(target)) ### Local Variables: *** ### mode:fundamental ***