diff options
author | Jason Merrill <jason@redhat.com> | 1993-12-01 23:20:23 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1993-12-01 23:20:23 +0000 |
commit | a0bd8e187b9837e282597bea2c968ac50963fb0e (patch) | |
tree | 7877f66620cc59e50a462e471384ae28e09c483a /Makefile.in | |
parent | 9a048e4868d28b53c9ed0c27e6f59972cda083ab (diff) | |
download | gdb-a0bd8e187b9837e282597bea2c968ac50963fb0e.zip gdb-a0bd8e187b9837e282597bea2c968ac50963fb0e.tar.gz gdb-a0bd8e187b9837e282597bea2c968ac50963fb0e.tar.bz2 |
Fix gnatsishness
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index b70f1de..f3fa90f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1055,7 +1055,7 @@ 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" should be built. -DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb +DISTDOCDIRS= ld gprof binutils gas bfd libg++ libio gdb gnats send-pr .PHONY: taz @@ -1127,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) @@ -1159,7 +1159,7 @@ libg++.tar.gz: $(DIST_SUPPORT) libg++ GNATS_SUPPORT_DIRS=include libiberty send-pr gnats.tar.gz: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats - $(MAKE) -f Makefile.in taz TOOL=gnats + $(MAKE) -f Makefile.in taz TOOL=gnats \ SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)" .NOEXPORT: |