diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-02-01 Mo DeJong <supermo@bayarea.net> + + * Makefile.in: Add all-tix to deps for all-snavigator + so that tix is built when building snavigator. + 2002-02-01 Ben Elliston <bje@redhat.com> * config.guess: Import from master sources, rev 1.229. diff --git a/Makefile.in b/Makefile.in index e48d98a..1a1494c 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: |