diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-18 01:01:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-18 01:01:09 +0000 |
commit | 7dc139f16d3249ceddcd5cc18977db24511a0260 (patch) | |
tree | 0687dd599e8c362658e6a4b27b4e5ae47b3d1dc7 /ld/Makefile.in | |
parent | 71887d2b3c67d957a6ff0d63e6c601f724a701d7 (diff) | |
download | gdb-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/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 2 |
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 *** |