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 | f1eca01afeb46cf88a3f5dc8af27fc758cb1d1aa (patch) | |
tree | db8bb27079384cf0dbd7f9f39d58df940ab33fc4 | |
parent | 9c2e764253356b5207267e64acbfb155713a3370 (diff) | |
download | newlib-f1eca01afeb46cf88a3f5dc8af27fc758cb1d1aa.zip newlib-f1eca01afeb46cf88a3f5dc8af27fc758cb1d1aa.tar.gz newlib-f1eca01afeb46cf88a3f5dc8af27fc758cb1d1aa.tar.bz2 |
* Makefile.in: Add all-tix to deps for all-snavigator
so that tix is built when building snavigator.
-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: |