From 7dc139f16d3249ceddcd5cc18977db24511a0260 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Sat, 18 May 1991 01:01:09 +0000 Subject: [PATCH] mkdep is not a standard tool nor do we support or install it. Assuming it's existence kills config, make, and install. --- ld/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/Makefile.in b/ld/Makefile.in index f2b6630167..1e93cfaeda 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 *** -- 2.34.1