diff options
author | K. Richard Pixley <rich@cygnus> | 1991-10-01 03:46:00 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-10-01 03:46:00 +0000 |
commit | a26878d1fa4278e70b4639a2efd3e98d4a29fb6b (patch) | |
tree | 7046e8b282df96535b1e29c674238b7b8fe085e3 /ld/Makefile.in | |
parent | 4e6f9223b17cc1ecfcc125e638320e7510c0d0ad (diff) | |
download | gdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.zip gdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.tar.gz gdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.tar.bz2 |
Exploit the new executable config.status
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 ee96a54..79223f1 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 *** |