diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-01-06 12:33:59 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-01-06 12:33:59 +0000 |
commit | 01082eaf1926a56afc7b4cb51a25d3560ee31f5b (patch) | |
tree | 040b140c4bba5c5b38c89c3997bb79020e7282f8 /Makefile.in | |
parent | 5f917df14d2b82a4323f28f84e494b1060759d18 (diff) | |
download | gdb-01082eaf1926a56afc7b4cb51a25d3560ee31f5b.zip gdb-01082eaf1926a56afc7b4cb51a25d3560ee31f5b.tar.gz gdb-01082eaf1926a56afc7b4cb51a25d3560ee31f5b.tar.bz2 |
Make all-gdb include all-tcl/all-tk unless gdbtk is not built.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d3c3c75..53ee133 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1082,7 +1082,8 @@ all-gawk: ALL_GCC = all-gcc all-gcc: all-libiberty all-byacc all-binutils all-gas all-ld all-bootstrap: all-libiberty all-byacc all-binutils all-gas all-ld -all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) +GDB_TK = all-tk all-tcl +all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) all-gprof: all-libiberty all-bfd all-grep: all-libiberty all-grez: all-libiberty all-bfd |