aboutsummaryrefslogtreecommitdiff
path: root/gas/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 /gas/Makefile.in
parent4e6f9223b17cc1ecfcc125e638320e7510c0d0ad (diff)
downloadgdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.zip
gdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.tar.gz
gdb-a26878d1fa4278e70b4639a2efd3e98d4a29fb6b.tar.bz2
Exploit the new executable config.status
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in22
1 files changed, 9 insertions, 13 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 6269b5d..738724b 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -445,8 +445,8 @@ realclean: cleanconfig
# Entry points `install', `includes' and `uninstall'.
# Copy the files into directories where they will be run.
-install: as
- $(INSTALL_PROGRAM) as $(libsubdir)/as
+install: $(ALL)
+ $(INSTALL_PROGRAM) $(ALL) $(libsubdir)/as
# Create the installation directory.
install-dir:
@@ -486,19 +486,19 @@ tags TAGS: force
bootstrap: $(ALL) force
$(MAKE) stage1
- $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage1/ $(CFLAGS)" libdir=$(libdir) ALLOCA= as
+ $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage1/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(ALL)
$(MAKE) stage2
- $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= as
+ $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(ALL)
$(MAKE) comparison against=stage2
bootstrap2: force
- $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage1/ $(CFLAGS)" libdir=$(libdir) ALLOCA= as
+ $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage1/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(ALL)
$(MAKE) stage2
- $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= as
+ $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(ALL)
$(MAKE) comparison against=stage2
bootstrap3: force
- $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= as
+ $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage2/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(ALL)
$(MAKE) comparison against=stage2
# Copy the object files from a particular stage into a subdirectory.
@@ -571,10 +571,6 @@ risky-stage4: force
force:
-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