aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-18 01:01:09 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-18 01:01:09 +0000
commit7dc139f16d3249ceddcd5cc18977db24511a0260 (patch)
tree0687dd599e8c362658e6a4b27b4e5ae47b3d1dc7 /ld
parent71887d2b3c67d957a6ff0d63e6c601f724a701d7 (diff)
downloadgdb-7dc139f16d3249ceddcd5cc18977db24511a0260.zip
gdb-7dc139f16d3249ceddcd5cc18977db24511a0260.tar.gz
gdb-7dc139f16d3249ceddcd5cc18977db24511a0260.tar.bz2
mkdep is not a standard tool nor do we support or install it.
Assuming it's existence kills config, make, and install.
Diffstat (limited to 'ld')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index f2b6630..1e93cfa 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 ***