From 43e7d103a0aa620f5f75c4ccac2f5b6c3d3f9433 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Oct 1999 15:59:54 +0000 Subject: Changes from Ralf with script-19991021-0. He fixed the %files issue and has mkbspspec in a better state. user.cfg is now gone. There are some miscellaneous changes to buildall done by Joel to clean up the build process. --- scripts/binutils/Makefile.am | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'scripts/binutils/Makefile.am') diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am index cd387d196c..b586eccebc 100644 --- a/scripts/binutils/Makefile.am +++ b/scripts/binutils/Makefile.am @@ -1,32 +1,35 @@ +## $Id$ + AUTOMAKE_OPTIONS = foreign -MKBINUTILSSPEC = $(SHELL) $(top_srcdir)/mkbinutilspec +MKBINUTILSSPEC = $(SHELL) $(top_builddir)/mkbinutilspec -MKBINUTILSSPEC_DEPS = ../mkbinutilspec binutils.spec.in ../setup.cache +MKBINUTILSSPEC_DEPS = \ +$(top_builddir)/mkbinutilspec binutils.spec.in $(top_builddir)/setup.cache i386-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . i386-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems sh-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . sh-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sh-rtems powerpc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . powerpc-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems sparc-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . sparc-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . sparc-rtems m68k-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . m68k-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems mips64orion-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . mips64orion-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems i960-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . i960-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems hppa1.1-rtems-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS) - $(MKBINUTILSSPEC) -cfg ../setup.cache -o . hppa1.1-rtems + $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache -o . hppa1.1-rtems TEMPLATES = \ binutils.spec.in -- cgit v1.2.3