tc-m68k.c change
[deliverable/binutils-gdb.git] / Makefile.in
index ad004e0b2d4b389861263ef79bff207fc3df41f5..8411f8b8e9ab21c9debad392b0f9dad179f0cf65 100644 (file)
@@ -226,7 +226,7 @@ BASE_FLAGS_TO_PASS = \
        "CXX_FOR_BUILD=$(CXX_FOR_BUILD)" \
        "CXXFLAGS=$(CXXFLAGS)" \
        "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \
-       "GCC_FOR_TARGET=$$(CC_FOR_TARGET)" \
+       "GCC_FOR_TARGET=$(CC_FOR_TARGET)" \
        "INSTALL=$(INSTALL)" \
        "INSTALL_DATA=$(INSTALL_DATA)" \
        "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
@@ -315,6 +315,7 @@ ALL_MODULES = \
        all-cvs \
        all-dejagnu \
        all-diff \
+       all-dosutils \
        all-etc \
        all-fileutils \
        all-find \
@@ -478,6 +479,7 @@ ALL_TARGET_MODULES = \
        $(start-sanitize-chill) \
        all-chillrt \
        $(end-sanitize-chill) \
+       all-libio \
        all-libg++ \
        all-newlib \
        all-xiberty
@@ -488,6 +490,7 @@ CHECK_TARGET_MODULES = \
        $(start-sanitize-chill) \
        check-chillrt \
        $(end-sanitize-chill) \
+       check-libio \
        check-libg++ \
        check-newlib \
        check-xiberty
@@ -498,15 +501,16 @@ INSTALL_TARGET_MODULES = \
        $(start-sanitize-chill) \
        install-chillrt \
        $(end-sanitize-chill) \
+       install-libio \
        install-libg++ \
        install-newlib \
        install-xiberty
 
 # This is a shell case of all modules which are compiled using
 # $(TARGET_FLAGS_TO_PASS), used in the do-X rule.
-TARGET_LIBS = libg++ | newlib | xiberty
+TARGET_LIBS = libio | libg++ | newlib | xiberty
 # start-sanitize-chill
-TARGET_LIBS = chillrt | libg++ | newlib | xiberty
+TARGET_LIBS = chillrt | libio | libg++ | newlib | xiberty
 # end-sanitize-chill
 
 # The first rule in the file had better be this one.  Don't put any above it.
@@ -835,13 +839,13 @@ all-gcc: all-libiberty all-byacc all-binutils all-gas
 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-glob all-byacc all-sim
 all-glob:
 all-gprof: all-libiberty all-bfd
-all-grep:
+all-grep: all-libiberty
 all-gzip: all-libiberty
 all-hello: all-libiberty
 all-indent:
 all-ispell: all-emacs
 all-ld: all-libiberty all-bfd all-byacc all-flex
-all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib
+all-libg++: all-gas all-ld all-gcc all-xiberty all-newlib all-libio
 all-libiberty:
 all-m4: all-libiberty
 all-make: all-libiberty
@@ -849,12 +853,12 @@ all-mmalloc:
 all-newlib: all-binutils all-gas all-gcc
 all-opcodes: all-bfd
 all-patch:
-all-prms:
+all-prms: all-libiberty
 all-rcs:
 all-readline:
 all-recode: all-libiberty
-all-sed:
-all-send-pr:
+all-sed: all-libiberty
+all-send-pr: all-prms
 all-shellutils:
 all-sim: all-libiberty all-bfd
 all-tar: all-libiberty
@@ -977,6 +981,12 @@ make-gdb.tar.gz: $(DEVO_SUPPORT) $(GDB_SUPPORT_DIRS) gdb texinfo/texinfo.tex
        rm                          proto-toplev/readline/COPYING
        ln proto-toplev/gdb/COPYING proto-toplev/readline/COPYING
 
+       # Change the bug reporting address in configure to bug-gdb
+       rm proto-toplev/configure
+       sed -e 's/configure@cygnus.com/bug-gdb@prep.ai.mit.edu/' \
+           <configure >proto-toplev/configure
+       chmod a+x proto-toplev/configure
+
        # Take out texinfo and glob from configurable dirs
        rm proto-toplev/configure.in
        sed -e '/^host_tools=/s/texinfo //' \
This page took 0.025421 seconds and 4 git commands to generate.