diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-01-15 00:19:42 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-01-15 00:19:42 +0000 |
commit | 8817b92ed1b5781b4fdc95742be346a8929e1253 (patch) | |
tree | 51a681d7815c8fb78a737660e360bed3ae1f2db6 /Makefile.in | |
parent | 1e07b820d1e84de555260d1c4ee45f155a37d902 (diff) | |
download | gdb-8817b92ed1b5781b4fdc95742be346a8929e1253.zip gdb-8817b92ed1b5781b4fdc95742be346a8929e1253.tar.gz gdb-8817b92ed1b5781b4fdc95742be346a8929e1253.tar.bz2 |
2001-01-15 Ben Elliston <bje@redhat.com>
* configure.in (host_tools): Add sid.
Always configure cgen.
* Makefile.in (all-sid): New target.
(check-sid, clean-sid, install-sid): Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 76cf582..22e27d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -521,6 +521,7 @@ ALL_MODULES = \ all-sed \ all-send-pr \ all-shellutils \ + all-sid \ all-sim \ all-snavigator \ all-tar \ @@ -597,6 +598,7 @@ CROSS_CHECK_MODULES = \ check-send-pr \ check-shellutils \ check-snavigator \ + check-sid \ check-sim \ check-tar \ check-tcl \ @@ -672,6 +674,7 @@ INSTALL_MODULES = \ install-sed \ install-send-pr \ install-shellutils \ + install-sid \ install-sim \ install-snavigator \ install-tar \ @@ -874,6 +877,7 @@ CLEAN_MODULES = \ clean-sed \ clean-send-pr \ clean-shellutils \ + clean-sid \ clean-sim \ clean-snavigator \ clean-tar \ @@ -1645,6 +1649,7 @@ all-recode: all-libiberty all-sed: all-libiberty 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-tar: all-libiberty @@ -1671,6 +1676,7 @@ all-target-libiberty: configure-target-libiberty all-target: $(ALL_TARGET_MODULES) install-target: $(INSTALL_TARGET_MODULES) install-gdb: install-tcl install-tk install-itcl install-tix install-libgui +install-sid: install-tcl install-tk ### other supporting targets MAKEDIRS= \ |