diff options
author | Mo DeJong <supermo@bayarea.net> | 2002-02-02 01:42:53 +0000 |
---|---|---|
committer | Mo DeJong <supermo@bayarea.net> | 2002-02-02 01:42:53 +0000 |
commit | 229eeeacbfdf4d695b623f2a48aa9e222d72733b (patch) | |
tree | 14bc9d487cf5c1ebce18e97ebde4f51524cf2bc6 /Makefile.in | |
parent | b1f0d24c59b8523dac3e64bf47db3e21aac25edb (diff) | |
download | gdb-229eeeacbfdf4d695b623f2a48aa9e222d72733b.tar.gz |
* Makefile.in: Add all-tix to deps for all-snavigator
so that tix is built when building snavigator.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e48d98a0a71..1a1494c368b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1799,7 +1799,7 @@ all-send-pr: all-prms all-shellutils: all-sid: all-tcl all-tk all-sim: all-libiberty all-bfd all-opcodes all-readline all-cgen -all-snavigator: all-tcl all-tk all-itcl all-db all-grep all-libgui +all-snavigator: all-tcl all-tk all-itcl all-tix all-db all-grep all-libgui all-tar: all-libiberty all-tcl: all-tcl8.1: |