diff options
author | Roland Pesch <pesch@cygnus> | 1992-12-16 02:39:50 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-12-16 02:39:50 +0000 |
commit | 967007ca97baa4648c78f7f6fb002c7ac8e2d05a (patch) | |
tree | 2d7ae0f0edf084edca4d88ab53d346f7e71f264e | |
parent | 91c9d02916f5a86959c17863092559810ce95bd3 (diff) | |
download | gdb-967007ca97baa4648c78f7f6fb002c7ac8e2d05a.zip gdb-967007ca97baa4648c78f7f6fb002c7ac8e2d05a.tar.gz gdb-967007ca97baa4648c78f7f6fb002c7ac8e2d05a.tar.bz2 |
Change default pointer to texinfo.tex to match new location.
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 622f32b..84dac05 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -84,7 +84,7 @@ YACC=$(BISON) M4=gm4 # where to find texinfo; GDB dist should include a recent one -TEXIDIR=${srcdir}/../texinfo/fsf +TEXIDIR=${srcdir}/../texinfo # where to find makeinfo, preferably one designed for texinfo-2 MAKEINFO=makeinfo |