summaryrefslogtreecommitdiffstats
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-11-20 21:03:20 +0000
committerKen Raeburn <raeburn@cygnus>1995-11-20 21:03:20 +0000
commitb19865132f9d8c15de82acdb5b3c89951da2eba7 (patch)
treef3740d57a0867376bdc2737e4037f0a46bce70db /gas/Makefile.in
parentb5403ad75475a885a050a070de97e640ff3add44 (diff)
downloadppe42-binutils-b19865132f9d8c15de82acdb5b3c89951da2eba7.tar.gz
ppe42-binutils-b19865132f9d8c15de82acdb5b3c89951da2eba7.zip
note dependence on alpha opcode table
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in16
1 files 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)
OpenPOWER on IntegriCloud