summaryrefslogtreecommitdiffstats
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-01 03:46:00 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-01 03:46:00 +0000
commita26878d1fa4278e70b4639a2efd3e98d4a29fb6b (patch)
tree7046e8b282df96535b1e29c674238b7b8fe085e3 /ld/Makefile.in
parent4e6f9223b17cc1ecfcc125e638320e7510c0d0ad (diff)
downloadppe42-binutils-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.tar.gz
ppe42-binutils-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.zip
Exploit the new executable config.status
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in8
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 ***
OpenPOWER on IntegriCloud