From b19865132f9d8c15de82acdb5b3c89951da2eba7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 20 Nov 1995 21:03:20 +0000 Subject: [PATCH] note dependence on alpha opcode table --- gas/Makefile.in | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gas/Makefile.in b/gas/Makefile.in index cd0d7b10b0..e53fd4aad7 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -52,7 +52,7 @@ infodir = $(prefix)/info includedir = $(prefix)/include docdir = $(datadir)/doc -VERSION=cygnus-2.5.3 +VERSION=cygnus-2.6 SHELL = /bin/sh @@ -281,7 +281,7 @@ site.exp: ./Makefile @echo set host_triplet @host@ >> ./tmp0 @echo set target_triplet @target@ >> ./tmp0 @echo set target_canonical @target@ >> ./tmp0 - @echo set srcdir ${srcdir} >> ./tmp0 + @echo set srcdir ${srcdir}/testsuite >> ./tmp0 @echo set exec_prefix ${exec_prefix} >> ./tmp0 @echo set objdir `pwd` >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @@ -328,7 +328,7 @@ config-stamp: Makefile conf # Compiling object files from source files. TARG_CPU_DEP_a29k = -TARG_CPU_DEP_alpha = +TARG_CPU_DEP_alpha = $(srcdir)/config/alpha-opcode.h # start-sanitize-arc TARG_CPU_DEP_arc = $(srcdir)/../include/opcode/arc.h # end-sanitize-arc @@ -415,11 +415,12 @@ doc: $(srcdir)/as.info $(srcdir)/as.info: $(srcdir)/doc/as.texinfo @(cd doc; $(MAKE) $(FLAGS_TO_PASS) as.info; mv as.info $srcdir) -diststuff: $(DISTSTUFF) +diststuff: $(DISTSTUFF) info clean-here: -rm -f $(STAGESTUFF) core stamp-mk.com - -rm -rf testsuite + -rm -f testsuite/*.o testsuite/*.out \ + testsuite/gas.log testsuite/gas.sum testsuite/site.exp clean mostlyclean: clean-here @cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@ @@ -429,8 +430,9 @@ distclean: clean-here @cd doc ; $(MAKE) $(FLAGS_TO_PASS) $@ -rm -f config.status Makefile targ-env.h targ-cpu.h \ targ-cpu.c obj-format.h obj-format.c atof-targ.c TAGS \ - config-stamp config.h conf config.log config.cache .gdbinit -maintainer-clean realclean: clean distclean + config-stamp config.h conf config.log config.cache .gdbinit \ + testsuite/Makefile testsuite/config.status +maintainer-clean realclean: clean distclean clean-info @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." -rm -rf $(DISTSTUFF) -- 2.34.1