aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Werner <mtw@cygnus>1992-08-31 23:19:34 +0000
committerMike Werner <mtw@cygnus>1992-08-31 23:19:34 +0000
commit868ebe79a851acd5a214e547171c3242995cea33 (patch)
treea9280ead23ffe5af7c9781f4312aa48203e57204 /Makefile.in
parentcfb48ce52d635ba21a7c255498db7dddfd319df4 (diff)
downloadfsf-binutils-gdb-868ebe79a851acd5a214e547171c3242995cea33.zip
fsf-binutils-gdb-868ebe79a851acd5a214e547171c3242995cea33.tar.gz
fsf-binutils-gdb-868ebe79a851acd5a214e547171c3242995cea33.tar.bz2
get the order of opcodes + binutils right so that everything builds
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 81049e9..a8bd5b5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -65,7 +65,7 @@ MAKEINFO = `if [ -f $${rootme}/texinfo/C/makeinfo ] ; \
then echo $${rootme}/texinfo/C/makeinfo ; \
else echo makeinfo ; fi`
-SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils opcodes ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
+SUBDIRS = libiberty mmalloc glob readline opcodes bfd gdb binutils opcodes ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
OTHERS =
ALL = all.normal
@@ -135,14 +135,14 @@ install-dir.info:
$(INSTALL_DATA) dir.info $(infodir)/dir.info
all.normal: all-autoconf all-libiberty all-mmalloc all-texinfo \
- all-byacc all-flex all-bfd all-ld all-gas all-tgas all-gcc \
- all-binutils all-opcodes all-libg++ all-readline all-gdb \
+ all-byacc all-flex all-opcodes all-bfd all-ld all-gas all-tgas \
+ all-gcc all-binutils all-libg++ all-readline all-gdb \
all-make all-rcs all-cvs all-diff all-grep \
all-patch all-emacs all-ispell all-etc \
all-newlib all-gprof all-send_pr all-libm
all.cross: all-libiberty all-mmalloc all-gas all-byacc all-flex all-ld \
- all-bfd all-readline all-gdb all-binutils all-opcodes all-gcc \
+ all-opcodes all-bfd all-readline all-gdb all-binutils all-gcc \
all-newlib
# $(MAKE) $(FLAGS_TO_PASS) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"