Browse Source

mkdep is not a standard tool nor do we support or install it.

Assuming it's existence kills config, make, and install.
gdb-4_18-branch
K. Richard Pixley 36 years ago
parent
commit
7dc139f16d
  1. 2
      ld/Makefile.in

2
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 ***

Loading…
Cancel
Save