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 f2b663016733dbe433f56c4eaf17d6540c46bd17..1e93cfaeda76a84ddbbe6947372b29a0f8a76e97 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 ***