+Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
+ first.
+
+Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
+
+ * config.sub: Accept `elf' as an environment.
+
Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
- * Makefile.in: all-opcodes, cd into the right directory
+ * Makefile.in (all-opcodes): cd into the right directory
Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
then echo $${rootme}/texinfo/C/makeinfo ; \
else echo makeinfo ; fi`
-SUBDIRS = libiberty mmalloc glob readline opcodes bfd gdb binutils opcodes ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
+SUBDIRS = libiberty mmalloc glob readline opcodes bfd gdb binutils ld gas tgas gcc libg++ newlib libm # clib -- newlib replaces
OTHERS =
ALL = all.normal
all-opcodes: force
@if [ -f ./opcodes/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./bfd; \
+ (cd ./opcodes; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \
else \
true ; \
clean-opcodes: force
@if [ -f ./opcodes/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./bfd; \
+ (cd ./opcodes; \
$(MAKE) $(FLAGS_TO_PASS) clean) ; \
else \
true ; \
install-opcodes: force
@if [ -f ./opcodes/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
- (cd ./bfd; \
+ (cd ./opcodes; \
$(MAKE) $(FLAGS_TO_PASS) install) ; \
else \
true ; \
fi
### gas
-all-gas: all-libiberty all-bfd
+all-gas: all-libiberty all-opcodes all-bfd
@if [ -f ./gas/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
(cd ./gas; \
fi
### gdb
-all-gdb: all-bfd all-libiberty all-mmalloc all-readline all-glob all-byacc
+all-gdb: all-bfd all-opcodes all-libiberty all-mmalloc all-readline all-glob all-byacc
@if [ -f ./gdb/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
(cd ./gdb; \