* frame.h (enum lval_type): Conditionalize on __GNUC__
[deliverable/binutils-gdb.git] / Makefile.in
index 23b117a438038c1d160074fb5e4b8963db99a13d..f9964f995a319f6a826d4c856bea093b04126581 100644 (file)
@@ -248,8 +248,8 @@ AS_FOR_TARGET = ` \
   fi`
 
 LD_FOR_TARGET = ` \
-  if [ -f $$r/ld/ld.new ] ; then \
-    echo $$r/ld/ld.new ; \
+  if [ -f $$r/ld/ld-new ] ; then \
+    echo $$r/ld/ld-new ; \
   else \
     if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
       echo $(LD); \
@@ -481,6 +481,9 @@ ALL_MODULES = \
        all-inet \
        all-ispell \
        all-itcl \
+       $(start-sanitize-ide) \
+       all-jstools \
+       $(end-sanitize-ide) \
        all-ld \
        all-libiberty \
        $(start-sanitize-ide) \
@@ -553,6 +556,9 @@ CROSS_CHECK_MODULES = \
        check-inet \
        check-ispell \
        check-itcl \
+       $(start-sanitize-ide) \
+       check-jstools \
+       $(end-sanitize-ide) \
        check-ld \
        check-libiberty \
        $(start-sanitize-ide) \
@@ -626,6 +632,9 @@ INSTALL_MODULES = \
        install-inet \
        install-ispell \
        install-itcl \
+       $(start-sanitize-ide) \
+       install-jstools \
+       $(end-sanitize-ide) \
        install-ld \
        install-libiberty \
        $(start-sanitize-ide) \
@@ -780,6 +789,9 @@ CLEAN_MODULES = \
        clean-inet \
        clean-ispell \
        clean-itcl \
+       $(start-sanitize-ide) \
+       clean-jstools \
+       $(end-sanitize-ide) \
        clean-ld \
        clean-libiberty \
        $(start-sanitize-ide) \
@@ -1418,6 +1430,9 @@ all-indent:
 all-inet: all-tcl all-send-pr all-perl
 all-ispell: all-emacs19
 all-itcl: all-tcl all-tk
+# start-sanitize-ide
+all-jstools: all-tcl all-tk all-libide
+# end-sanitize-ide
 all-ld: all-libiberty all-bfd all-opcodes all-byacc all-flex
 configure-target-libg++: $(ALL_GCC) configure-target-librx
 all-target-libg++: configure-target-libg++ all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-target-librx all-target-libstdc++
@@ -1588,8 +1603,12 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
          ln -s ../../../texinfo/util/tex3patch proto-toplev/texinfo/util ; \
        else true; fi
        chmod og=u `find . -print`
-       $(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) \
-               VER=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`
+       if grep AM_INIT_AUTOMAKE $(TOOL)/configure.in >/dev/null 2>&1; then \
+         ver=`sed < $(TOOL)/configure.in -n 's/AM_INIT_AUTOMAKE[^,]*, *\([^)]*\))/\1/p'`; \
+       else \
+         ver=`sed <$(TOOL)/Makefile.in -n 's/^VERSION *= *//p'`; \
+       fi; \
+       $(MAKE) -f Makefile.in do-tar-gz TOOL=$(TOOL) VER=$$ver
 
 do-tar-gz:
        echo "==> Making $(TOOL)-$(VER).tar.gz"
This page took 0.035163 seconds and 4 git commands to generate.