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

Assuming it's existence kills config, make, and install.
This commit is contained in:
K. Richard Pixley 1991-05-18 01:01:09 +00:00
parent 71887d2b3c
commit 7dc139f16d
1 changed files with 1 additions and 1 deletions

View File

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