Define N_TXTADDR
[deliverable/binutils-gdb.git] / Makefile.in
index 1401c15e0fe12211288346d719f375308672c783..f3fa90fef4e4bb8b39f839dffd3b15ab6f057982 100644 (file)
@@ -248,9 +248,10 @@ BASE_FLAGS_TO_PASS = \
        "MUNCH_NM=$(MUNCH_NM)" \
        "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
        "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \
+       "SHELL=$(SHELL)" \
        "EXPECT=$(EXPECT)" \
        "RUNTEST=$(RUNTEST)" \
-       "RUNTEST_FLAGS=$(RUNTEST_FLAGS)" \
+       "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
        "XTRAFLAGS_FOR_TARGET=$(XTRAFLAGS)" \
        "exec_prefix=$(exec_prefix)" \
        "prefix=$(prefix)" \
@@ -1053,8 +1054,8 @@ SUPPORT_FILES = list-of-support-files-for-tool-in-question
 DISTSTUFFDIRS= ld gprof gdb libg++ binutils
 # Files where "byacc" (Cygnus version) should be changed to "bison -y" (FSF).
 DISTBISONFILES= binutils/Makefile.in gas/Makefile.in gdb/Makefile.in
-# Directories where "info" and "dvi" should be built.
-DISTDOCDIRS= ld gprof binutils gdb libg++ gas bfd
+# Directories where "info" should be built.
+DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb gnats send-pr
 
 .PHONY: taz
 
@@ -1079,7 +1080,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
        # Doc files don't change; include them in distribution.
        for f in $(DISTDOCDIRS) ; do \
          if [ -r $$f/Makefile ]; then \
-           (cd $$f ; $(MAKE) info dvi) || exit 1 ; \
+           (cd $$f ; $(MAKE) info) || exit 1 ; \
          else true ; fi ; \
        done
        # Make links, and run "make diststuff" when needed.
@@ -1126,7 +1127,7 @@ taz: $(DEVO_SUPPORT) $(SUPPORT_FILES) \
                echo "==> Making $(TOOL)-$$VER.tar.gz"; \
                rm -f $(TOOL)-$$VER; ln -s proto-toplev $(TOOL)-$$VER; \
                tar cfh - $(TOOL)-$$VER \
-               | $(GZIP) -v -9 >$(TOOL)-$$VER.tar.gz)
+               | $(GZIP) -v -9 > $(TOOL)-$$VER.tar.gz )
 
 TEXINFO_SUPPORT= texinfo/texinfo.tex texinfo/gpl.texinfo texinfo/lgpl.texinfo
 DIST_SUPPORT= $(DEVO_SUPPORT) $(TEXINFO_SUPPORT)
@@ -1156,6 +1157,11 @@ libg++.tar.gz: $(DIST_SUPPORT) libg++
        $(MAKE) -f Makefile.in taz TOOL=libg++ \
                SUPPORT_FILES="$(LIBGXX_SUPPORT_DIRS)"
 
+GNATS_SUPPORT_DIRS=include libiberty send-pr
+gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
+       $(MAKE) -f  Makefile.in taz TOOL=gnats \
+               SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
+
 .NOEXPORT:
 MAKEOVERRIDES=
 
This page took 0.024553 seconds and 4 git commands to generate.