diff options
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index ee96a54add..79223f17e5 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -312,12 +312,8 @@ make: # -Makefile: $(srcdir)/Makefile.in $(srcdir)/configure - (cd $(srcdir) ; \ - ./configure +destdir=$(destdir) \ - +norecurse \ - `if [ "$(srcdir)" != "." ] ; then echo +subdirs; fi` \ - $(host) +target=$(target)) +Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(host_makefile_frag) $(target_makefile_frag) + $(SHELL) ./config.status ### Local Variables: *** ### mode:fundamental *** |