note dependence on alpha opcode table
authorKen Raeburn <raeburn@cygnus>
Mon, 20 Nov 1995 21:03:20 +0000 (21:03 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 20 Nov 1995 21:03:20 +0000 (21:03 +0000)
gas/Makefile.in

index cd0d7b10b0e3f07b93a8854c10f7bc96dbe1e721..e53fd4aad7a7cc3884f64b5a10aa1c125d725a43 100644 (file)
@@ -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)
This page took 0.026715 seconds and 4 git commands to generate.