aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-07 00:35:49 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-07 00:35:49 +0000
commitfca4042a3a74ccc2974d28bbde58e79915799494 (patch)
tree94a971ade9705e56161e61c8acb6f7cde1762bb3 /binutils
parentb7577823b60110d3b33ac7753e68a0291f0b132a (diff)
downloadgdb-fca4042a3a74ccc2974d28bbde58e79915799494.zip
gdb-fca4042a3a74ccc2974d28bbde58e79915799494.tar.gz
gdb-fca4042a3a74ccc2974d28bbde58e79915799494.tar.bz2
* Makefile.in (*.o): Remove incorrect dependencies on
$(BFDDIR)/hosts/std-host.h.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog14
-rw-r--r--binutils/Makefile.in28
2 files changed, 28 insertions, 14 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e15b1dea..d6fc87c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,17 @@
+Wed Sep 6 15:02:55 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * Makefile.in (*.o): Remove incorrect dependencies on
+ $(BFDDIR)/hosts/std-host.h.
+
+ * Makefile.in (INSTALL_DATA): Add -m 644.
+ (INSTALL_XFORM1): Likewise.
+ (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC).
+ (mostlyclean): Remove config.log.
+ (distclean): Remove config.cache.
+
+ * configure.in: Call BFD_CC_FOR_BUILD and BFD_BINARY_FOPEN.
+ * configure: Rebuild.
+
Tue Sep 5 20:22:42 1995 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Rewrite to use autoconf.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 7e189e7..0feb0a7 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -48,9 +48,9 @@ SHELL = /bin/sh
INSTALL = `cd $(srcdir)/..;pwd`/install.sh -c
INSTALL_PROGRAM = $(INSTALL)
-INSTALL_DATA = $(INSTALL)
+INSTALL_DATA = $(INSTALL) -m 644
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
-INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1
+INSTALL_XFORM1 = $(INSTALL_XFORM) -b=.1 -m 644
AR = ar
AR_FLAGS = rc
@@ -63,7 +63,7 @@ RANLIB = ranlib
BISONFLAGS = -d
TEXI2ROFF=texi2roff
MAKEOVERRIDES=
-CC_FOR_BUILD = $(CC)
+CC_FOR_BUILD = @CC_FOR_BUILD@
NM_FOR_TARGET = nm
NM = $(NM_FOR_TARGET)
SYMLINK = ln -s
@@ -393,26 +393,26 @@ $(NLMCONV_PROG): nlmconv.o nlmheader.o $(ADDL_LIBS) $(BFD)
# changing "../include" to "$(INCDIR)"
bucomm.o: bucomm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h bucomm.h config.h
filemode.o: filemode.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h
size.o: size.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h $(INCDIR)/getopt.h config.h
objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h $(INCDIR)/getopt.h \
$(INCDIR)/dis-asm.h $(INCDIR)/aout/aout64.h \
$(INCDIR)/elf/internal.h $(INCDIR)/aout/stab.def config.h
nm.o: nm.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h bucomm.h config.h $(INCDIR)/getopt.h \
$(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
$(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h
ar.o: ar.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h bucomm.h config.h $(INCDIR)/aout/ar.h \
$(BFDDIR)/libbfd.h arsup.h
arparse.o: arparse.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
@@ -424,16 +424,16 @@ arsup.o: arsup.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
strings.o: strings.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
$(INCDIR)/obstack.h bucomm.h config.h
objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
- $(INCDIR)/obstack.h $(BFDDIR)/hosts/std-host.h \
+ $(INCDIR)/obstack.h \
$(INCDIR)/fopen-same.h bucomm.h config.h
is-strip.o: is-strip.c
is-ranlib.o: is-ranlib.c
not-strip.o: not-strip.c
nlmheader.o: nlmheader.c ../bfd/bfd.h \
- $(BFDDIR)/hosts/std-host.h $(INCDIR)/fopen-same.h bucomm.h config.h \
+ $(INCDIR)/fopen-same.h bucomm.h config.h \
$(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h nlmconv.h
nlmconv.o: nlmconv.c ../bfd/bfd.h $(INCDIR)/libiberty.h \
- $(BFDDIR)/hosts/std-host.h $(INCDIR)/fopen-same.h bucomm.h config.h \
+ $(INCDIR)/fopen-same.h bucomm.h config.h \
$(BFDDIR)/libnlm.h $(INCDIR)/nlm/common.h \
$(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmconv.h \
$(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
@@ -547,14 +547,14 @@ binutils.me: $(srcdir)/binutils.texi
###
mostlyclean:
- -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output
+ -rm -f *.o *~ \#* core binutils.?? binutils.??? y.output config.log
-rm -rf tmpdir
clean: mostlyclean
-rm -f $(PROGS) underscore.c sysroff sysroff.c sysroff.h sysinfo
distclean:
-rm -f Makefile config.status *.o *~ \#* core y.* \
binutils.?? binutils.??s binutils.aux binutils.log binutils.toc
- -rm -f $(PROGS) underscore.c
+ -rm -f $(PROGS) underscore.c config.cache
realclean: clean distclean
-rm -f $(DISTSTUFF) *.info TAGS