mkdep is not a standard tool nor do we support or install it.
authorK. Richard Pixley <rich@cygnus>
Sat, 18 May 1991 01:01:09 +0000 (01:01 +0000)
committerK. Richard Pixley <rich@cygnus>
Sat, 18 May 1991 01:01:09 +0000 (01:01 +0000)
Assuming it's existence kills config, make, and install.

ld/Makefile.in

index f2b6630..1e93cfa 100644 (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 ***